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 cbc4d5d commit dcf256aCopy full SHA for dcf256a
packages/sveltekit/src/server/index.ts
@@ -1,6 +1,7 @@
1
// Node SDK exports
2
-// Unfortunately, we cannot `exprt * from '@sentry/node'` because our CJS output mistakenly
3
-// puts these exports into a `default` rather than on the top-level namespace.
+// Unfortunately, we cannot `exprt * from '@sentry/node'` because in prod builds,
+// Vite puts these exports into a `default` property (Sentry.default) rather than
4
+// on the top - level namespace.
5
// Hence, we export everything from the Node SDK explicitly:
6
export {
7
addGlobalEventProcessor,
0 commit comments