HTTP headers are not included within issues for Next.js app #9023
Unanswered
davidwinter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like for HTTP headers to be included in issues within Sentry, and it was my understanding that this was the default behaviour. Yet, no headers are displayed when viewing an issue.
Am I wrong to think HTTP headers would be displayed? I've been trying to test throwing an error within a
route.ts
file. The error gets to Sentry fine, but no headers :(Ideally where I want to get to is that the request
X-Request-Id
header is included with issues so that I can piece together problems.Beta Was this translation helpful? Give feedback.
All reactions