[Next.js] _sentryTraceData different for the same request #9527
Unanswered
Betchika99
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @Betchika99, thanks for writing in! is it possible to ignore the value of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have a problem with generating etags by Next.js in production - when I reload one page some times, I have different etags. As I could catch from Next.js etag generation code - it just calculate hash from page content. I found the difference in page content - it's only in "_sentryTraceData". I coudn't found the idea, why this field has different value, if the request is the same (I've just pushed reload button in the browser). Could you explain me please, how I can fix it?
Extra info about env:
For generation pages we use getServerSideProps, and in this object I found this different _sentryTraceData value.
We have some instances (pods) of Next, if it's important.
Beta Was this translation helpful? Give feedback.
All reactions