Skip to content
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

Capture outgoing HTTP request & response bodies with Node SDK #7388

Open
AbhiPrasad opened this issue Mar 9, 2023 · 3 comments
Open

Capture outgoing HTTP request & response bodies with Node SDK #7388

AbhiPrasad opened this issue Mar 9, 2023 · 3 comments
Labels
Feature: Spans Package: node Issues related to the Sentry Node SDK

Comments

@AbhiPrasad
Copy link
Member

Problem Statement

Allow for outgoing HTTP request & response bodies to be added to breadcrumbs/spans.

Similar to work done in #7287

Solution Brainstorm

NOT THE DEFAULT due to PII reasons

Should be gated by sendDefaultPii

@AbhiPrasad AbhiPrasad added Type: Improvement Package: node Issues related to the Sentry Node SDK Status: Backlog labels Mar 9, 2023
@Kromtar
Copy link

Kromtar commented Jun 9, 2023

This is a very important point. In many cases, the content of the body, both in the request and the response, is crucial to understanding the captured error

@EvilaMany
Copy link

+1

@antonmorya
Copy link

+1
Or even just a backend response on certain circumstances (on error) would be great to understand what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Spans Package: node Issues related to the Sentry Node SDK
Projects
Status: No status
Status: No status
Development

No branches or pull requests

7 participants