Skip to content

RNSentry.extraUpdated is not a function #664

@joediv

Description

@joediv

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native
  • react-native-sentry

react-native version: 0.60.5

Init Code:

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

I have following issue:

After updating to the latest release and following the migration guide, our app is crashing on launch.

RNSentry.extraUpdated is not a function

<unknown>
    backend.js:27:57
<unknown>
    scope.js:51:20
<unknown>
    scope.js:50:38
<unknown>
    JSTimers.js:250:17
_callTimer
    JSTimers.js:146:6
Object.callTimers
    JSTimers.js:399:6
scope.addScopeListener(scope => RNSentry.extraUpdated(scope._extra));

maybe should be setExtra()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions