Closed as not planned
Description
Is there an existing issue for this?
I was following this issue #8925, and very existed to see support for CSP with #9969. But for some reason, the latest version crashes our application (500 internal server error).
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
7.91.0
Framework Version
7.91.0
Package manager
pnpm
Link to Sentry event
No response
SDK Setup
Sentry.init({
dsn: PUBLIC_SENTRY_DSN,
tracesSampleRate: 1.0,
normalizeDepth: 10,
environment: import.meta.env.MODE,
enabled: import.meta.env.MODE !== 'development',
maxValueLength: 8192
});
Steps to Reproduce
I am not exactly sure what is causing this. I've been trying to set up a repro for this, but i am not able to make it crash with a bare-bone sveltekit project.
Expected Result
It should just work
Actual Result

Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner