Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed Jan 18, 2023
1 parent ade23ec commit 25bddf6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,19 +496,6 @@ func TestContinueTransactionFromHeaders(t *testing.T) {
},
},
},
// TODO(anton): we should handle this case properly
// {
// // No sentry-trace, but baggage with Sentry values => this is a head SDK, so the DSC
// // should be empty and unfrozen.
// traceStr: "",
// baggageStr: "sentry-trace_id=d49d9bf66f13450b81f65bc51cf49c03,sentry-public_key=public,sentry-sample_rate=1",
// wantSpan: Span{
// isTransaction: true,
// dynamicSamplingContext: DynamicSamplingContext{
// Frozen: false,
// },
// },
// },
}

for _, tt := range tests {
Expand Down

0 comments on commit 25bddf6

Please sign in to comment.