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 9c26fa3 commit 8ddcb2dCopy full SHA for 8ddcb2d
src/platform-includes/getting-started-config/react-native.mdx
@@ -7,6 +7,11 @@ import * as Sentry from "@sentry/react-native";
7
8
Sentry.init({
9
dsn: "___PUBLIC_DSN___",
10
+
11
+ // Set tracesSampleRate to 1.0 to capture 100%
12
+ // of transactions for performance monitoring.
13
+ // We recommend adjusting this value in production
14
+ tracesSampleRate: 1.0,
15
});
16
```
17
0 commit comments