Skip to content

Commit

Permalink
change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Mar 26, 2024
1 parent 646cb7a commit 068c518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class OpenTelemetryTracingImpl {
scheduledDelayMillis: 500,
exportTimeoutMillis: 30000,
},
prototypeExporterPatch: true,
prototypeExporterPatch: false,
commonAttributes: {},
serviceName: undefined,
propagationHeader: PropagationHeader.TRACE_CONTEXT
Expand Down

0 comments on commit 068c518

Please sign in to comment.