rombrom / sentry-tunnel-replay-issue

Example repo concerning an issue with Sentry replays and tunneling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentry Tunnel + Replay issue

With the /tunnel endpoint set up, Sentry doesn't appear to be able to save replays. Using compression on the replay payload does not appear to make a difference.

Check it out:

  1. Create .env file cp .env.example .env
  2. Edit the newly created .env with values for a Sentry project under your control.
  3. npm run dev
  4. Navigate browser to http://localhost:5173/sentry-example-page
  5. Click the "Throw error!" button.
  6. Open your Sentry dashboard and observe: error logged, no replay.

About

Example repo concerning an issue with Sentry replays and tunneling.


Languages

Language:TypeScript 86.2%Language:JavaScript 13.8%