OS:
Platform:
Config:
Sentry.config('https://...@sentry.io/...').install()
I have following issue:
When trying to disable reporting in dev mode the app crashes on startup.
Steps to reproduce:
Set the config
Set Sentry.setShouldSendCallback(() => false);
Run the app
Actual result:
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
Expected result:
App launching