Warn when Sentry.init()
options with semantic effect are passed as undefined
#14261
Milestone
Sentry.init()
options with semantic effect are passed as undefined
#14261
Description
As pre-work to #13262 where we want to change the behavior of
Sentry.init()
options being passed asundefined
not having an effect, we want to first start warning people that this behavior will change soon.I would probably do this even when
debug: false
. Remember that anyconsole.log()
s need to be wrapped in a console sandbox.The text was updated successfully, but these errors were encountered: