You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to integrate the JavaScript SDK in a SvelteKit project that uses @sveltejs/adapter-static.
The SDK works great when in development mode (npm run dev) or when building, then running the preview (npm run build, npm run preview) as it runs on Node.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm trying to integrate the JavaScript SDK in a SvelteKit project that uses
@sveltejs/adapter-static
.The SDK works great when in development mode (
npm run dev
) or when building, then running the preview (npm run build
,npm run preview
) as it runs on Node.Did I misconfigure it or is it not supported at all? Reading the docs about compatibility, the static adapter isn't mentioned: https://docs.sentry.io/platforms/javascript/guides/sveltekit/#compatibility
What are the current missing steps for the SDK to work in this scenario?
Beta Was this translation helpful? Give feedback.
All reactions