Skip to content

Commit

Permalink
Merge pull request #1134 from sabith-nadakkavil/SpanReverted
Browse files Browse the repository at this point in the history
fix: tracer uncommented.
  • Loading branch information
ratheesh-kr authored Feb 5, 2025
2 parents 9e0943c + edb17aa commit d45947e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hub-prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.techbd</groupId>
<artifactId>hub-prime</artifactId>
<version>0.456.0</version>
<version>0.457.0</version>
<packaging>war</packaging>
<name>Tech by Design Hub (Prime)</name>
<description>Tech by Design Hub (Primary)</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public Object validateBundle(
.withInteractionId(InteractionsFilter.getActiveRequestEnc(request).requestId()
.toString())
.withPayloads(List.of(payload))
// .withTracer(tracer)
.withTracer(tracer)
.withFhirProfileUrl(fhirProfileUrl)
.withFhirIGPackages(igPackages)
.withIgVersion(igVersion)
Expand Down

0 comments on commit d45947e

Please sign in to comment.