Since there is no specific list of available configuration options in the docs, I'm going by Options::configureOptions(). There's still an option "logger", but setting it has no effect any more.
It's also not mentioned in the docs, but that doesn't seem to mean anything, "prefixes" isn't mentioned in the docs either. However, it kind of makes sense that logger would be deprecated, because Sentry encourages having separate projects for the different loggers (SDKs).
Since there is no specific list of available configuration options in the docs, I'm going by
Options::configureOptions(). There's still an option"logger", but setting it has no effect any more.It's also not mentioned in the docs, but that doesn't seem to mean anything,
"prefixes"isn't mentioned in the docs either. However, it kind of makes sense thatloggerwould be deprecated, because Sentry encourages having separate projects for the different loggers (SDKs).