Skip to content

Commit 67d1d4b

Browse files
committed
chore: Fix formatting issues
1 parent 1642e35 commit 67d1d4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15-spotlight/instrumentation-client.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import * as Sentry from '@sentry/nextjs';
22

33
// Debug: Log what values the valueInjectionLoader should have set
44
// This runs AFTER imports are processed but BEFORE Sentry.init()
5-
console.log('[Sentry Debug] After imports - globalThis._sentrySpotlight:', (globalThis as Record<string, unknown>)['_sentrySpotlight']);
5+
console.log(
6+
'[Sentry Debug] After imports - globalThis._sentrySpotlight:',
7+
(globalThis as Record<string, unknown>)['_sentrySpotlight'],
8+
);
69
console.log(
710
'[Sentry Debug] After imports - globalThis.NEXT_PUBLIC_SENTRY_SPOTLIGHT:',
811
(globalThis as Record<string, unknown>)['NEXT_PUBLIC_SENTRY_SPOTLIGHT'],

0 commit comments

Comments
 (0)