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 92466fe commit 0535edcCopy full SHA for 0535edc
1 file changed
src/setup/telemetry/index.ts
@@ -14,7 +14,7 @@ export default function (): void {
14
15
Sentry.init({
16
dsn: CONFIG.SENTRY_DSN,
17
- // transport: isDevelopment() ? makeDebugTransport : undefined,
+ transport: isDevelopment() ? makeDebugTransport : undefined,
18
tracesSampleRate: 1.0,
19
profilesSampleRate: Platform.OS === 'android' ? 0 : 1.0,
20
enableAutoPerformanceTracing: true,
0 commit comments