-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on 4.6.2 in Android's init #13
Comments
Can you try and get the callstack from the first error ?(add error.stack to the console log) |
The trace is not great because I can only test in prod :
But the error is caused by the debug flag : // this doesn't work :
Sentry.init({
debug: true,
// this works :
Sentry.init({
debug: new java.lang.Boolean(true), |
But then I get other errors :
I'm investigating on this one now |
@theobat as i told you on slack you must be forcing the sentry android lib version in |
Which platform(s) does your issue occur on?
Working to resolve this right now.
The text was updated successfully, but these errors were encountered: