Skip to content

Commit d9a2f4a

Browse files
fix(typo): Migration guide v5 to v6 missing Integration postfix (#12027)
1 parent 85ceb31 commit d9a2f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/react-native/migration/v5-to-v6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Sentry.init({
226226
- new Sentry.ReactNativeTracing({
227227
- idleTimeout: 1_000,
228228
- maxTransactionDuration: 5_000,
229-
+ Sentry.reactNativeTracing({
229+
+ Sentry.reactNativeTracingIntegration({
230230
+ idleTimeoutMs: 1_000,
231231
+ finalTimeoutMs: 5_000,
232232
}),

0 commit comments

Comments
 (0)