Skip to content

Commit 3522dce

Browse files
committed
.
1 parent 53bab64 commit 3522dce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry_sdk/integrations/aws_lambda.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ def sentry_handler(aws_event, aws_context, *args, **kwargs):
165165
name=aws_context.function_name,
166166
source=TRANSACTION_SOURCE_COMPONENT,
167167
origin=AwsLambdaIntegration.origin,
168-
attributes=_prepopulate_attributes(
169-
request_data, aws_context, headers
170-
),
168+
attributes=_prepopulate_attributes(request_data, aws_context),
171169
):
172170
try:
173171
return handler(aws_event, aws_context, *args, **kwargs)

0 commit comments

Comments
 (0)