We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: 5.5.0
react-native version: 0.68.2
react-native
Are 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)
Sentry.init({ dsn: process.env.SENTRY_DSN, environment: 'Staging', release: `${appJson.version}-${appJson.jsVersion}`, dist: `${appJson.versionCode}`, beforeSend: sentryFilter, enableAutoPerformanceTracing: true, enableWatchdogTerminationTracking: false, tracesSampleRate: 1.0, integrations: [ new Sentry.ReactNativeTracing({ tracingOrigins: ['localhost', 'example.com', /^\//], routingInstrumentation, }), ], });
I have following issue:
App freezes on launch due to cyclic dependencies.
Steps to reproduce:
Actual result:
Require cycle: node_modules/@sentry/react-native/dist/js/measurements.js -> node_modules/@sentry/react-native/dist/js/tracing/index.js -> node_modules/@sentry/react-native/dist/js/tracing/reactnativetracing.js -> node_modules/@sentry/react-native/dist/js/measurements.js
Seeing the require cycle mentioned above.
should run fine
It should run fine
The text was updated successfully, but these errors were encountered:
Hi, thank you for the message, this message is just a warning the app should run with it.
We will remove it and add a check to prevent this in the future. getsentry/sentry-javascript#3631
Sorry, something went wrong.
krystofwoldrich
No branches or pull requests
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.5.0
react-native
version: 0.68.2Are 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:
App freezes on launch due to cyclic dependencies.
Steps to reproduce:
@sentry/react-native
Actual result:
Seeing the require cycle mentioned above.
should run fine
It should run fine
The text was updated successfully, but these errors were encountered: