Skip to content

Commit 0e7aca1

Browse files
committed
Clenaup
1 parent 0fff020 commit 0e7aca1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry_sdk/integrations/aws_lambda.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ def sentry_handler(aws_event, aws_context, *args, **kwargs):
121121
configured_time = aws_context.get_remaining_time_in_millis()
122122

123123
with sentry_sdk.isolation_scope() as scope:
124-
scope.set_transaction_name(
125-
aws_context.function_name, source=TRANSACTION_SOURCE_COMPONENT
126-
)
127124
timeout_thread = None
128125
with capture_internal_exceptions():
129126
scope.clear_breadcrumbs()

0 commit comments

Comments
 (0)