-
-
Notifications
You must be signed in to change notification settings - Fork 255
Support HTTP response body if sendDefaultPii and maxResponseBodySize are enabled #624
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
Comments
@marcellodesales thanks for reporting. not sure if I follow the feature, can you describe the use case? See https://docs.sentry.io/platforms/dart/usage/advanced-usage/ The we don't log in case none of them work, you can always implement your own HTTP Client calling the Sentry APIs manually eg |
@marcellodesales any news here? thanks |
@marandaneto Sorry I couldn't comment on this earlier... I think it's reasonable to implement it manually as you described since logging may contain PII info for the body, but I don't think it applies for the rest of the HTTP request (verb, headers) when connecting to the sentry servers. Before I close the ticket, do you think you could support in the basic implementation the option to turn on logging the HTTP request/response from sentry without the body? Everything we are submitting to sentry would be captured... The reason why I'm asking is because we use HTTP Traces with a given specific TransactionID that actually gets to Sentry dashboard as a tag. However, in our systems should be able to track that the specific transactionID was submitted to Sentry... Anyway, let me know if that's possible... |
We do collect some data if the I'll discuss if the |
When this is done, we should actually also add to the develop docs https://develop.sentry.dev/sdk/features/#attaching-request-body-in-server-sdks |
Probably best to bring this into the TSC |
I added it to the next TSC, @bruno-garcia, and @marandaneto. |
Related: getsentry/develop#401 |
This is blocked because it requires a RFC, more context here |
Depends on getsentry/team-mobile#41 |
This can be done on the integrations for the packages |
Requirement
Design
We need a consistent way to turn HTTP requests
on/off
The text was updated successfully, but these errors were encountered: