We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ceb31 commit d9a2f4aCopy full SHA for d9a2f4a
docs/platforms/react-native/migration/v5-to-v6.mdx
@@ -226,7 +226,7 @@ Sentry.init({
226
- new Sentry.ReactNativeTracing({
227
- idleTimeout: 1_000,
228
- maxTransactionDuration: 5_000,
229
-+ Sentry.reactNativeTracing({
++ Sentry.reactNativeTracingIntegration({
230
+ idleTimeoutMs: 1_000,
231
+ finalTimeoutMs: 5_000,
232
}),
0 commit comments