Replies: 4 comments 4 replies
-
Hi, can you verify that you are sending binary data correctly? |
Beta Was this translation helpful? Give feedback.
-
@rombrom What does |
Beta Was this translation helpful? Give feedback.
-
@rombrom thank you for the repro case! With the version in the repo you linked, I was able to reproduce a |
Beta Was this translation helpful? Give feedback.
-
Is there a final solution here of what to do? I'm also having the issue in sveltekit with my tunnel when replays are sent. 400 error. I can post my code but seeing if there was a working example. |
Beta Was this translation helpful? Give feedback.
-
Hi all!
We're facing an issue where session replays appear to not be propagated to Sentry when using the tunnel option. I've seen a few issues referencing a similar issue. The common theme appears to be the binary data throwing a wrench in the tunneling endpoint. However, even when setting
useCompression: false
session replays are still not showing up on our Sentry dashboards. All other errors and events seem to be proxied just fine.Edit: I've set up a reproduction repository here: https://github.com/rombrom/sentry-tunnel-replay-issue
The code we have set up for our
/tunnel
endpoint is as follows:Any help would be appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions