Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 5488cc4

Browse files
authored
Fix wrong documentation in SQS section
1 parent 8426e55 commit 5488cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This is useful when processing SQS messages and you want each message to tie to
151151
@signalfx_lambda.is_traced(with_span=False)
152152
def handler(event, context):
153153
for record in event.get('Records', []):
154-
with signalfx_lambda.create_span(record, context):
154+
with signalfx_lambda.tracing.create_span(record, context):
155155
# your code to process record
156156
157157

0 commit comments

Comments
 (0)