You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a trick to this ?
I created an instrumented http client that just implements a custom RoundTripper, in which I create a span if needed and enrich its data and set it as an http.client operation.
Is this supposed to be working with the current version of sentry-go ?
Looks alright to me, I suppose you refer to the Outbound API Requests showing you Unknown Domain? The required span attributes are documented on https://develop.sentry.dev/sdk/telemetry/traces/modules/requests/, but as I said, look good to me.
Could you share a link to your org in case you use sentry.io so we could take a look?
Is there a trick to this ?
I created an instrumented http client that just implements a custom RoundTripper, in which I create a span if needed and enrich its data and set it as an
http.client
operation.Is this supposed to be working with the current version of sentry-go ?
This is the RoundTripper :
The text was updated successfully, but these errors were encountered: