Skip to content

Commit 98e92fa

Browse files
authored
Fix X-Ray propagators import in manual app (#39)
1 parent a491470 commit 98e92fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test-apps/manual-instrumentation/flask/create_flask_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from flask import Flask, session
1111
import logging
1212
from opentelemetry import trace
13-
from opentelemetry.aws.propagators.aws_xray_propagator import (
13+
from opentelemetry.propagators.aws.aws_xray_propagator import (
1414
TRACE_ID_DELIMITER,
1515
TRACE_ID_FIRST_PART_LENGTH,
1616
TRACE_ID_VERSION,

0 commit comments

Comments
 (0)