Replies: 3 comments 5 replies
-
Is there any alternative way to show the user a UUID as a tacking id and tag the SSR error using the same UUID? |
Beta Was this translation helpful? Give feedback.
-
Probably too late to the party, but I have resolved the matter of exposing the digest code in a third-party logger, by creating a service worker that is called each time the error page is thrown. The service worker sends an API call which again send a server-to-server request to the third-party logging service. But alas, I am struggling to find the counterpart digest on the server side and report it to the third-party logger |
Beta Was this translation helpful? Give feedback.
-
Summary
Please read getsentry/sentry-javascript#10071 (reply in thread) frist
I would like to send the
digest
code as a tag to Sentry when it reports the error log. It's not possible!I'm wondering what the point of digest code when we cannot use it! The only place the digest code exposed is in the
error.js
andglobal-error.js
and as I found the next.js only provide digest for SSR errors and in theerror.js
andglobal-error.js
for security reason the error manipulated to avoid leaking sensitive details.My questions are:
Error
object and calculatedigest
for it? it can help me to recalculate the digest in thebeforeSend
hook of SentryThe other problem is #60245
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions