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
9.17.0
Framework Version
React Next 15.3.1
Link to Sentry event
Reproduction Example/SDK Setup
Create a repo with minimal code that reproduces this https://github.com/17Amir17/SentryBug
Repo contains a simple nextjs app with trpc and sentry
One route called getCats
this route accepts two params one which when true throws an exception and the the other contains an id which gets added as a tag - https://github.com/17Amir17/SentryBug/blob/main/src/pages/api/trpc/%5Btrpc%5D.ts
Steps to Reproduce
There are two problem that I see, to reproduce the first
- Click "throw error" button
- Two calls to the same trpc route will be called in batch with different parameters
- A tag is added with the cat id
- And error is thrown
- 1 sentry event is created
- Tag does not match the context
To reproduce the second
- Click fetch button
- Two calls to the same trpc route will be called in batch with different parameters
- A tag is added with the cat id
- 2 sentry events are created
- Tag does not match context
Expected Result
For both issues I'd expect to see two events and for the context to match the tag
Actual Result
For the first issue the tags do not match the context and there is only 1 event created
For the second issue the there are two events but the tag does not match the context
Metadata
Metadata
Assignees
Type
Projects
Status