Skip to content
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

Next.js: Upstream removal of "RSC" prefix for navigation transactions #13597

Open
lforst opened this issue Sep 5, 2024 · 2 comments · May be fixed by vercel/next.js#69728
Open

Next.js: Upstream removal of "RSC" prefix for navigation transactions #13597

lforst opened this issue Sep 5, 2024 · 2 comments · May be fixed by vercel/next.js#69728
Assignees
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK

Comments

@lforst
Copy link
Member

lforst commented Sep 5, 2024

Description

Next.js spans for navigation rsc requests seem to be prefixed with "RSC" making them look like "RSC GET /post/[id]" which looks funky and is bad for grouping.

Example: https://sentry.sentry.io/performance/trace/e7e80d610bf656ae8a0feaccd0385aa3/?dataset=transactions&eventId=7ed7154f69a64049bc4bd7df44e51445&field=title&field=project&field=user.display&field=timestamp&name=All%20Errors&project=4507657212592128&query=RSC&queryDataset=transaction-like&sort=-timestamp&source=discover&statsPeriod=1h&timestamp=1725537009&yAxis=count%28%29

We would like to upstream that the prefix is not there anymore.

@lforst lforst self-assigned this Sep 5, 2024
@lforst
Copy link
Member Author

lforst commented Sep 5, 2024

The PR that introduced this was done without any details or description vercel/next.js#62464

@lforst
Copy link
Member Author

lforst commented Sep 5, 2024

Opened an upstream PR vercel/next.js#69728

@AbhiPrasad AbhiPrasad added the Package: nextjs Issues related to the Sentry Nextjs SDK label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK
Projects
None yet
2 participants