We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b6d80 commit c06cdd8Copy full SHA for c06cdd8
tests/unit/test_tracing.c
@@ -1699,7 +1699,7 @@ SENTRY_TEST(propagation_context_init)
1699
1700
const char *tx_trace_id = sentry_value_as_string(
1701
sentry_value_get_by_key(tx->inner, "trace_id"));
1702
-
+
1703
// on SDK init, the `propagation_context` is initialized with a `trace_id`
1704
// and `span_id`. Unless `sentry_set_trace()` has been called, which means
1705
// the SDK no longer manages traces, the `trace_id` will be used for all
0 commit comments