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 3736cb5 commit 835bccbCopy full SHA for 835bccb
packages/solidstart/src/server/index.ts
@@ -130,7 +130,7 @@ export {
130
} from '@sentry/node';
131
132
// We can still leave this for the carrier init and type exports
133
-export * from '@sentry/node';
+export type * from '@sentry/node';
134
135
export { withSentryErrorBoundary } from '@sentry/solid';
136
packages/sveltekit/src/server/index.ts
@@ -132,7 +132,7 @@ export {
137
// -------------------------
138
// SvelteKit SDK exports:
0 commit comments