Skip to content

RangeError: Maximum call stack size exceeded #12692

@MathiasWP

Description

@MathiasWP

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/sveltekit

SDK Version

8.12.0

Framework Version

8.12.0

Link to Sentry event

https://sentry.io/organizations/kvist/issues/1940072/events/64b75fa4/?project=4507447454990416

SDK Setup/Reproduction Example

Sentry.init({
	dsn: PUBLIC_SENTRY_DSN,
	tracesSampleRate: 1.0,
	normalizeDepth: 10,
	integrations: [
		Sentry.browserProfilingIntegration(),
		Sentry.browserTracingIntegration(),
		Sentry.replayIntegration({
			maskAllText: true,
			blockAllMedia: true,
			maskAllInputs: true
		}),
		Sentry.captureConsoleIntegration()
	],
	replaysSessionSampleRate: 0.01,
	replaysOnErrorSampleRate: 1.0,
	profilesSampleRate: 0.1,
	maxValueLength: 8192,
	environment: import.meta.env.MODE,
	enabled: !dev,
	beforeBreadcrumb: this.breadcrumbFilter
});

Steps to Reproduce

I don't know what the user did, there was no suspicious behaviour in the issue.

Expected Result

No maximum call stack size should be exceeded.

Actual Result

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions