Skip to content

Problem since artifact bundles introduced #3058

@markholland

Description

@markholland

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:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions