mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix(domain-events-infra): supress typeorm internal instrumentation
This commit is contained in:
@@ -61,7 +61,10 @@ export class OpenTelemetrySDK implements OpenTelemetrySDKInterface {
|
||||
new AwsInstrumentation({
|
||||
suppressInternalInstrumentation: true,
|
||||
}),
|
||||
new TypeormInstrumentation(),
|
||||
new TypeormInstrumentation({
|
||||
collectParameters: false,
|
||||
suppressInternalInstrumentation: true,
|
||||
}),
|
||||
winstonInstrumentation,
|
||||
new IORedisInstrumentation(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user