Skip to content

SentryError: Native Client is not available, can't start on native.  #2866

@baixjian

Description

@baixjian

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

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

SDK version: 4.13.0

react-native version: 0.62.3

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,
      debug: true,
      tracesSampleRate: 1.0,
      integrations: [
        new Sentry.ReactNativeTracing({
          routingInstrumentation,
        }),
      ],
    });

I have following issue:

[Description]
when use xcode build app ,The following information appears

2023-03-02 20:25:15.651472+0800 newapp[16665:4428605] [javascript] Unable to symbolicate stack trace: Bundle was not loaded from the packager
2023-03-02 20:25:15.651709+0800 newapp[16665:4428605] [javascript] 'Sentry Logger [error]:', 'Error while triggering instrumentation handler.\nType: console\nName: _consoleBreadcrumb\nError:', { [SentryError: Native Client is not available, can't start on native.] name: 'SentryError', logLevel: 'warn' }
2023-03-02 20:25:15.654096+0800 newapp[16665:4428605] [javascript] Unable to symbolicate stack trace: Bundle was not loaded from the packager

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions