Skip to content

feat(sveltekit): Add request data to server-side events #12254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 28, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented May 28, 2024

This PR adds request data to server-side Sentry events by extracting the request object in our sentryHandle request handler. This is in line with our other SDKs and was simply missing from the SvelteKit SDK so far.

closes #12253
ref: https://stackoverflow.com/questions/78534091/sentry-logging-missing-http-server-side-metadata-for-sveltekit/78537808

@Lms24 Lms24 requested review from lforst, a team, stephanie-anderson and mydea and removed request for a team and stephanie-anderson May 28, 2024 10:09
@Lms24 Lms24 merged commit 09af745 into develop May 28, 2024
74 checks passed
@Lms24 Lms24 deleted the lms/fix-sveltekit-request-data branch May 28, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SvelteKit request handler doesn't attach request data
2 participants