Skip to content

[Epic] Replay: HTTP Request/Response in Network tab #45525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bruno-garcia opened this issue Mar 8, 2023 · 4 comments
Closed

[Epic] Replay: HTTP Request/Response in Network tab #45525

bruno-garcia opened this issue Mar 8, 2023 · 4 comments
Assignees

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Mar 8, 2023

This tracks the work required to deliver network request/response on Replay the Network tab.
It's a very common customer request.

JS SDK tracking this: getsentry/sentry-javascript#7103 (several 👍 here).

## Internal Release
- [ ] https://github.com/getsentry/team-replay/issues/43
- [ ] https://github.com/getsentry/sentry-javascript/issues/7373
- [ ] https://github.com/getsentry/sentry/issues/46051
- [ ] https://github.com/getsentry/sentry/issues/46052
- [ ] https://github.com/getsentry/sentry/issues/46080
- [ ] https://github.com/getsentry/sentry/issues/46054
- [ ] https://github.com/getsentry/sentry-javascript/pull/7589
- [ ] https://github.com/getsentry/team-replay/issues/52
## EA
- [ ] https://github.com/getsentry/sentry/issues/46603
- [ ] https://github.com/getsentry/sentry/issues/46637
- [ ] https://github.com/getsentry/sentry-javascript/issues/7531
- [ ] https://github.com/getsentry/relay/issues/2007
- [ ] https://github.com/getsentry/sentry-javascript/issues/7495
- [ ] https://github.com/getsentry/sentry/issues/47425
- [ ] https://github.com/getsentry/sentry-javascript/issues/7830
## GA
- [ ] https://github.com/getsentry/sentry/issues/47556
- [ ] https://github.com/getsentry/sentry/issues/47548
- [ ] https://github.com/getsentry/sentry/issues/47833
- [ ] https://github.com/getsentry/team-replay/issues/55
- [ ] https://github.com/getsentry/team-replay/issues/72
- [x] Move network body capture configuration to public API
- [x] https://github.com/getsentry/sentry-javascript/issues/7103 (Close with link to docs and let everyone know it's ready)
- [ ] https://github.com/getsentry/sentry/issues/47835
@getsantry
Copy link
Contributor

getsantry bot commented Mar 8, 2023

Routing to @getsentry/replay for triage, due by Thursday, March 9th at 1:32 pm (sfo). ⏲️

@bruno-garcia
Copy link
Member Author

bruno-garcia commented Mar 8, 2023

We considered adding req/resp to Sentry breadcrumbs in this PR:

Finally decided against it for a few reasons: We keep around by default 100 crumbs. This means changes are high that we'll go over the event size limit and the event will be dropped instead. Also that would require work on the event detail and transaction breadcrumb component to render these properly. Truncation was considered to keep the size within certain limits but as we did that with event.request in the past it often results in a broken JSON and has diminishing value.

@bruno-garcia
Copy link
Member Author

Enabled the feature to all EA customers. Let folks know in: getsentry/sentry-javascript#7103 (comment)

@bruno-garcia
Copy link
Member Author

@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants