Skip to content

Commit 25bddf6

Browse files
committed
Remove TODO
1 parent ade23ec commit 25bddf6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tracing_test.go

-13
Original file line numberDiff line numberDiff line change
@@ -496,19 +496,6 @@ func TestContinueTransactionFromHeaders(t *testing.T) {
496496
},
497497
},
498498
},
499-
// TODO(anton): we should handle this case properly
500-
// {
501-
// // No sentry-trace, but baggage with Sentry values => this is a head SDK, so the DSC
502-
// // should be empty and unfrozen.
503-
// traceStr: "",
504-
// baggageStr: "sentry-trace_id=d49d9bf66f13450b81f65bc51cf49c03,sentry-public_key=public,sentry-sample_rate=1",
505-
// wantSpan: Span{
506-
// isTransaction: true,
507-
// dynamicSamplingContext: DynamicSamplingContext{
508-
// Frozen: false,
509-
// },
510-
// },
511-
// },
512499
}
513500

514501
for _, tt := range tests {

0 commit comments

Comments
 (0)