emilien puget

Results 22 comments of emilien puget

PR for this can be found here https://github.com/getsentry/sentry-go/pull/403

hi @rhcarvalho thanks for the reply Here is an example of the body completely filtered https://sentry.io/organizations/splio_test/performance/http-go-playground:846fb51c977843ee933796ff2ebbbd8f/ You can see the result of the linked PR in this event https://sentry.io/organizations/splio_test/performance/http-go-playground:39cc49b905984cbc85145489e3e7b55d/

@untitaker the error is a dummy error not related to the json, you can see on the third screenshot that "post failed" is not related to a json decode, please...

i managed to intercept this, https://gist.github.com/emilien-puget/8d37fe5094992f7d6cef7b5c0b5c00b1 unfortunately, i cannot check the event on sentry side because my organization account has reached the limit of transactions sent

i got the payload of the modified SDK as well https://gist.github.com/emilien-puget/87d6a150506a5cc870ee25b64c1a5182

Hi, i'm looking at using your lib like this ```go package main import ( "encoding/json" "log/slog" "net/http" "github.com/ggicci/httpin" ) type Request[T any] struct { *http.Request Data *T } type Response[T...

What about https://github.com/deepmap/oapi-codegen/pull/1253 that had this issue as a requirement?

i have a backend that talks to multiple backends and i would have like to have the possibility to have a wiretap before all of those backend

started to do stuff and things regarding this issue [there](https://github.com/deepmap/oapi-codegen/pull/1608)

@jamietanna have you had the chance to take a look at my draft?