Replies: 1 comment 5 replies
-
Found https://develop.sentry.dev/sdk/envelopes/ - doesnt seem too trivial. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Is it possible to enrich the envelope with user information, such as their id, from the backend side during pass-through (throught the tunnel)?
I see sometimes there is more than json in the envelope and I don't want to temper with it if possible. (Specially with Replay requests)
Anyone see a way to circumvent it? Maybe only take the json from the body, leave everything as-is, add something (the user information array) to the json, repackage. Havent tried that, but that would alter the json-body and maybe Sentry doesnt like that?
(We don't currently have customers id/email etc. in the frontend, so cannot give it to Sentry during init (or after login) for that matter)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions