Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Dec 5, 2024
1 parent 53bab64 commit 3522dce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sentry_sdk/integrations/aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ def sentry_handler(aws_event, aws_context, *args, **kwargs):
name=aws_context.function_name,
source=TRANSACTION_SOURCE_COMPONENT,
origin=AwsLambdaIntegration.origin,
attributes=_prepopulate_attributes(
request_data, aws_context, headers
),
attributes=_prepopulate_attributes(request_data, aws_context),
):
try:
return handler(aws_event, aws_context, *args, **kwargs)
Expand Down

0 comments on commit 3522dce

Please sign in to comment.