fix: enforce deployment priorities and completely strip client sentry bundle

This commit is contained in:
2026-06-25 22:32:14 +02:00
parent 818ccc8fae
commit e18559b83c
3 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Sentry initialization move to GlitchtipErrorReportingService to allow lazy-loading
// for PageSpeed 100 optimizations. This file is now empty to prevent the SDK
// from being included in the initial JS bundle.
import * as Sentry from '@sentry/nextjs';
export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;
export {};