From 068c5182f1ee334b049a955b8ffc77fb3ad8f0b3 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Tue, 26 Mar 2024 08:59:35 +0100 Subject: [PATCH] change default value --- src/impl/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/impl/index.ts b/src/impl/index.ts index eae5745..dcd6eae 100644 --- a/src/impl/index.ts +++ b/src/impl/index.ts @@ -96,7 +96,7 @@ export default class OpenTelemetryTracingImpl { scheduledDelayMillis: 500, exportTimeoutMillis: 30000, }, - prototypeExporterPatch: true, + prototypeExporterPatch: false, commonAttributes: {}, serviceName: undefined, propagationHeader: PropagationHeader.TRACE_CONTEXT