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
Instrumenting Sveltekit results in error messages being clobbered in local dev. This means that I have to deploy different versions of my codebase to production than what's in development, which is not ideal. This happens even if Sentry is not enabled:
Hi @divmgl thanks for writing in! Before I try to reproduce this, did you follow our setup guide? It tells you to pass your error handler (where you print to the console) as a callback to Sentry.handleErrorWithSentry(). Let me know if this changes anything, thanks :)
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/svelte
SDK Version
"@sentry/sveltekit": "^8",
Framework Version
Svelte 5
Link to Sentry event
No response
Reproduction Example/SDK Setup
Instrumenting Sveltekit results in error messages being clobbered in local dev. This means that I have to deploy different versions of my codebase to production than what's in development, which is not ideal. This happens even if Sentry is not enabled:
Any error occurs on a
+page.server.ts
module,undefined
gets printed to console rather than the actual error. It's happening with every error.Steps to Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: