You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Mohamed-Abbas
changed the title
Android exception stack trace not shown
Android stack trace and errors are not displayed
May 20, 2020
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.3.9
react-native
version: 0.61.5Are you using Expo?
Are you using sentry.io or 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
)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.
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
The text was updated successfully, but these errors were encountered: