-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Context Not Propagated for Unhandled Exceptions in withScope #14839
Labels
Package: nestjs
Issues related to the Sentry Nestjs SDK
Comments
github-actions
bot
added
the
Package: nestjs
Issues related to the Sentry Nestjs SDK
label
Dec 24, 2024
This worked for me.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nestjs
SDK Version
8.47.0
Framework Version
Nestjs 10.4.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
Expected Result
The request and user context attached in Sentry.withScope should propagate correctly for unhandled exceptions and appear in the Sentry logs.
Actual Result
I have debugged the issue and confirmed the following:
What I have tried:
The text was updated successfully, but these errors were encountered: