Skip to content
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

Android stack trace and errors are not displayed #853

Closed
5 of 11 tasks
Mohamed-Abbas opened this issue May 19, 2020 · 2 comments
Closed
5 of 11 tasks

Android stack trace and errors are not displayed #853

Mohamed-Abbas opened this issue May 19, 2020 · 2 comments

Comments

@Mohamed-Abbas
Copy link

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: 1.3.9

react-native version: 0.61.5

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

If you are using sentry.io, please post a link to your issue so we can take a look:
Link to issue

Configuration:

(@sentry/react-native)

Sentry.init({
  dsn: 'https://...@sentry.io/...'
});

I have following issue:

Android stack trace not showing up on release and debug builds, i can confirm that source maps files are uploaded, release and distributions matches correctly. For IOS it is working as expected.

Screen Shot 2020-05-19 at 12 25 07 PM

Steps to reproduce:
Add the following code
setTimeout(() => { throw new Error('first error'); }, 30000);
Actual result:
stack trace shows Thread Errored

Expected result:

stack trace should be available along with source code responsible for the error

@Mohamed-Abbas Mohamed-Abbas changed the title Android exception stack trace not shown Android stack trace and errors are not displayed May 20, 2020
@marandaneto
Copy link
Contributor

#866

@marandaneto
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants