We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Saas (sentry.io)
@sentry/nextjs
9.17.0
React Next 15.3.1
https://amir-lf.sentry.io/issues/41286609/?project=4509151724830800&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&stream_index=0
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
getCats
There are two problem that I see, to reproduce the first
To reproduce the second
For both issues I'd expect to see two events and for the context to match the tag
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
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
https://amir-lf.sentry.io/issues/41286609/?project=4509151724830800&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&stream_index=0
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.tsSteps to Reproduce
There are two problem that I see, to reproduce the first
To reproduce the second
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
The text was updated successfully, but these errors were encountered: