diff --git a/packages/sveltekit/src/worker/index.ts b/packages/sveltekit/src/worker/index.ts index 2dde8c61a1dc..e49a493fb0b8 100644 --- a/packages/sveltekit/src/worker/index.ts +++ b/packages/sveltekit/src/worker/index.ts @@ -49,6 +49,7 @@ export { isEnabled, lastEventId, linkedErrorsIntegration, + logger, requestDataIntegration, rewriteFramesIntegration, Scope,