Skip to content

Commit

Permalink
fix(typo): Migration guide v5 to v6 missing Integration postfix (#12027)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Jan 15, 2025
1 parent 85ceb31 commit d9a2f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/react-native/migration/v5-to-v6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Sentry.init({
- new Sentry.ReactNativeTracing({
- idleTimeout: 1_000,
- maxTransactionDuration: 5_000,
+ Sentry.reactNativeTracing({
+ Sentry.reactNativeTracingIntegration({
+ idleTimeoutMs: 1_000,
+ finalTimeoutMs: 5_000,
}),
Expand Down

0 comments on commit d9a2f4a

Please sign in to comment.