Skip to content

Commit f9fcef0

Browse files
committed
Typo
1 parent bb32ee7 commit f9fcef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/asgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async def _run_app(self, scope, callback):
149149
transaction = Transaction(op="asgi.server")
150150

151151
transaction.name = _DEFAULT_TRANSACTION_NAME
152-
transaction.source + TRANSACTION_SOURCE_UNKNOWN
152+
transaction.source = TRANSACTION_SOURCE_UNKNOWN
153153
transaction.set_tag("asgi.type", ty)
154154

155155
with hub.start_transaction(

0 commit comments

Comments
 (0)