We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85209bc commit 56dbda7Copy full SHA for 56dbda7
nodejs/scripts/otel-handler
@@ -2,4 +2,8 @@
2
3
export NODE_OPTIONS="--require /opt/adot-extension.js ${NODE_OPTIONS}"
4
5
+if [[ -z "$OTEL_PROPAGATORS" ]]; then
6
+ export OTEL_PROPAGATORS="tracecontext,baggage,xray-lambda"
7
+fi
8
+
9
source /opt/otel-handler-upstream
0 commit comments