|
@@ -176,6 +176,7 @@ export class ContainerConfigLoader {
|
|
|
|
|
|
if (!isConfiguredForHomeServerOrSelfHosting) {
|
|
if (!isConfiguredForHomeServerOrSelfHosting) {
|
|
const sdk = new OpenTelemetrySDK.NodeSDK({
|
|
const sdk = new OpenTelemetrySDK.NodeSDK({
|
|
|
|
+ sampler: new OpenTelemetrySDK.tracing.TraceIdRatioBasedSampler(0.01),
|
|
textMapPropagator: new AWSXRayPropagator(),
|
|
textMapPropagator: new AWSXRayPropagator(),
|
|
instrumentations: [
|
|
instrumentations: [
|
|
new HttpInstrumentation(),
|
|
new HttpInstrumentation(),
|