diff --git a/.yarn/cache/@opentelemetry-sdk-trace-base-npm-1.17.0-43a08b26a6-5c269dd973.zip b/.yarn/cache/@opentelemetry-sdk-trace-base-npm-1.17.0-43a08b26a6-5c269dd973.zip index 1793b68d1..53431509b 100644 Binary files a/.yarn/cache/@opentelemetry-sdk-trace-base-npm-1.17.0-43a08b26a6-5c269dd973.zip and b/.yarn/cache/@opentelemetry-sdk-trace-base-npm-1.17.0-43a08b26a6-5c269dd973.zip differ diff --git a/packages/revisions/src/Bootstrap/Container.ts b/packages/revisions/src/Bootstrap/Container.ts index f39e201ad..99e31d87b 100644 --- a/packages/revisions/src/Bootstrap/Container.ts +++ b/packages/revisions/src/Bootstrap/Container.ts @@ -176,6 +176,7 @@ export class ContainerConfigLoader { if (!isConfiguredForHomeServerOrSelfHosting) { const sdk = new OpenTelemetrySDK.NodeSDK({ + sampler: new OpenTelemetrySDK.tracing.TraceIdRatioBasedSampler(0.01), textMapPropagator: new AWSXRayPropagator(), instrumentations: [ new HttpInstrumentation(),