Skip to content

Commit

Permalink
clear propagationTags (#7247)
Browse files Browse the repository at this point in the history
  • Loading branch information
am312 committed Jun 26, 2024
1 parent 42fde89 commit 9e325ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public ContextInterpreter reset(TraceConfig traceConfig) {
|| this.clientIpResolutionEnabled && ActiveSubsystems.APPSEC_ACTIVE;
headerTags = traceConfig.getRequestHeaderTags();
baggageMapping = traceConfig.getBaggageMapping();
propagationTags = null;
lastParentId = null;
return this;
}
Expand Down

0 comments on commit 9e325ef

Please sign in to comment.