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 b2b2ae2 commit dda6037Copy full SHA for dda6037
print/server/plugins/sentry.ts
@@ -9,6 +9,9 @@ export default defineNitroPlugin((nitroApp) => {
9
return
10
}
11
12
+ // Next line can be disabled, once https://github.com/getsentry/sentry-javascript/issues/12059 is resolved
13
+ globalThis._sentryEsmLoaderHookRegistered = true
14
+
15
// Initialize Sentry
16
Sentry.init({
17
dsn: sentry.dsn,
0 commit comments