Open
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/nextjs
SDK Version
8.37.1
Framework Version
Next 15.0.1
Link to Sentry event
Reproduction Example/SDK Setup
I add a custom tag within a server action before a query is made that triggers a performance issue. When testing locally, I see the tag on the perfromance issue in Sentry. When testing on my vercel deployment, I do not see the tag. Here is how I add the tag

Note: Ive already added console log statements and seen that se
has a value.
Steps to Reproduce
- Add tag to current scope before query that triggers an N + 1 perfromance issue is made
- Trigger issue in Vercel, observe in Sentry
Expected Result
Tag is observable on performance issue in Sentry
Actual Result
Tag is not added to performance issue in Sentry
Metadata
Metadata
Assignees
Type
Projects
Status
No status