Problem Statement
Add an option trace_propagation_targets that defines to what targets the trace headers (sentry-trace and baggage) are added in outgoing HTTP requests.
Similar to the same feature in JS: https://docs.sentry.io/platforms/node/guides/serverless-cloud/configuration/options/#trace-propagation-targets
Solution Brainstorm
Implement like it is implemented in Javascript.
Problem Statement
Add an option
trace_propagation_targetsthat defines to what targets the trace headers (sentry-traceandbaggage) are added in outgoing HTTP requests.Similar to the same feature in JS: https://docs.sentry.io/platforms/node/guides/serverless-cloud/configuration/options/#trace-propagation-targets
Solution Brainstorm
Implement like it is implemented in Javascript.