-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Send request body for http client integrations and similar #41
Comments
This requires an RFC since it should be an attachment instead of a data field in the event protocol, PII concerns, etc. |
JavaScript SDK: getsentry/sentry-javascript#7287 |
I see this was moved from blocked to backlog back in June. However it looks like some key design decisions still need to be made before we could start work:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Different SDKs have different HTTP library integrations.
We plan to generate events directly from these integrations when we detect failed HTTP response status code.
Additionally, we can attach the request and/or response bodies. This feature exists in some for in some SDKs, we'd like to discuss in a broader SDK group and define details and write the develop docs.
common
and opt'ted-in in platforms that support it as we go.SDKs:
The text was updated successfully, but these errors were encountered: