Skip to content

Commit

Permalink
Fix spring context reload issue (#3841) (#4051)
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
frommeyerc and trask authored Sep 24, 2021
1 parent f788d84 commit ae7ad4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public OpenTelemetry openTelemetry(
return OpenTelemetrySdk.builder()
.setTracerProvider(tracerProvider)
.setPropagators(propagators)
.buildAndRegisterGlobal();
.build();
}
}

0 comments on commit ae7ad4b

Please sign in to comment.