fix: enable opentelemetry tracing on async workers via sqs/sns automation
This commit is contained in:
parent
1246af2551
commit
0a90502658
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ export class OpenTelemetrySDK implements OpenTelemetrySDKInterface {
|
|||
new ExpressInstrumentation(),
|
||||
new AwsInstrumentation({
|
||||
suppressInternalInstrumentation: true,
|
||||
sqsExtractContextPropagationFromPayload: true,
|
||||
}),
|
||||
new TypeormInstrumentation({
|
||||
collectParameters: false,
|
||||
|
|
Loading…
Reference in a new issue