Skip to content

Commit 0535edc

Browse files
committed
lint fix
1 parent 92466fe commit 0535edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup/telemetry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function (): void {
1414

1515
Sentry.init({
1616
dsn: CONFIG.SENTRY_DSN,
17-
// transport: isDevelopment() ? makeDebugTransport : undefined,
17+
transport: isDevelopment() ? makeDebugTransport : undefined,
1818
tracesSampleRate: 1.0,
1919
profilesSampleRate: Platform.OS === 'android' ? 0 : 1.0,
2020
enableAutoPerformanceTracing: true,

0 commit comments

Comments
 (0)