fix(domain-events-infra): supress typeorm internal instrumentation

This commit is contained in:
Karol Sójko
2023-10-12 09:54:41 +02:00
parent e0b19ef011
commit 1246af2551

View File

@@ -61,7 +61,10 @@ export class OpenTelemetrySDK implements OpenTelemetrySDKInterface {
new AwsInstrumentation({
suppressInternalInstrumentation: true,
}),
new TypeormInstrumentation(),
new TypeormInstrumentation({
collectParameters: false,
suppressInternalInstrumentation: true,
}),
winstonInstrumentation,
new IORedisInstrumentation(),
],