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 ExpressInstrumentation(),
|
||||||
new AwsInstrumentation({
|
new AwsInstrumentation({
|
||||||
suppressInternalInstrumentation: true,
|
suppressInternalInstrumentation: true,
|
||||||
|
sqsExtractContextPropagationFromPayload: true,
|
||||||
}),
|
}),
|
||||||
new TypeormInstrumentation({
|
new TypeormInstrumentation({
|
||||||
collectParameters: false,
|
collectParameters: false,
|
||||||
|
|
Loading…
Reference in a new issue