Alexander Dinauer
Alexander Dinauer
We're already sending out the baggage header, what's missing is server side baggage support to pass through incoming `baggage`. For that we have #2085 to track. Integrations already supporting outgoing...
Ah looks like we missed Spring RestTemplate, here's the PR to add it: https://github.com/getsentry/sentry-java/pull/2206
https://github.com/getsentry/sentry-unity/blob/6322d6b6e5701d8dad143eac0efe0453f1b84b20/src/Sentry.Unity.Native/NativeContextWriter.cs may serve as an example of how to pass it to `sentry-native` May need to be done in background as not to slow down app start. @marandaneto will start...
We could reuse what @stefanosiano has done for testing the Java and C layer and write an integration test that runs on Sauce Labs or emulator.
@marandaneto > [This](https://github.com/getsentry/sentry-java/blob/eba572ac900ca2c58111c6b0db9730a64ac58533/sentry/src/main/java/io/sentry/protocol/SentryTransaction.java#L269-L273) has to change, making a draft for now. Should be fixed now. Do you want to give my changes a review or can I merge this? Would...
May be related to https://github.com/getsentry/sentry-java/issues/633
People from the workflow team are already looking into this. Internal links: * https://www.notion.so/sentry/-028852cf48ba42dbb4b698b184ed4543 * https://www.notion.so/sentry/-5580956cfa404a90860c3e0cbf76e2c1#c6b7c2234d2c4d2f8d205fd17e75ca8b
Seems to be happening roughly once per week.
This would require TSC discussion to align SDKs and plan ahead.
Came up in a code review, linked above. Agree on benchmarking as not to focus on micro optimizations.