Description
Is there an existing issue for this?
- 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/node
SDK Version
8.47.0
Framework Version
Express 5.0.1
Link to Sentry event
Reproduction Example/SDK Setup
We're running a web app with Express and Sentry tracked User ID and email automatically (Based on req.user
I would assume?) until 8.40.0. Since then it has been broken and the docs don't really provide any guidance for how to properly set the user ID in the context of a request.
Steps to Reproduce
- Set up an Express app with Sentry <8.40.0
- Validate the User is set
- Upgrade Sentry
- User is no longer set
Expected Result
User is set or documentation is provided for how to do it manually as well as a note in the changelog that this is no longer done automatically.
Actual Result
User is not set
Metadata
Metadata
Assignees
Type
Projects
Status
No status