-
-
Couldn't load subscription status.
- Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native(>= 1.0.0) -
react-native-sentry(<= 0.43.2)
SDK version: 5.3.0
react-native version: 0.70.9
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:
- https://catenda-as.sentry.io/share/issue/79b88509ca9047aa843334447638b7a2/
- https://catenda-as.sentry.io/share/issue/ac24e9b6020648fe919ec2ff402ed4b1/
Configuration:
(@sentry/react-native)
Sentry.init({
dsn: 'https://[email protected]/...'
maxValueLength: 1024
});
I have following issue:
When a line of javascript causes an error to be logged to Sentry separate issues are created per platform.
Steps to reproduce:
- Log an error to sentry from javascript
Actual result:
- One issue on iOS with the correct line of javascript highlighted in the source code.
- One issue on Android with the incorrect line of javascript highlighted in the source code.
Expected result:
- One issue with multiple events covering both iOS and Android and the correct line of javascript highlighted in the source code.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done