Skip to content

Commit a6b083b

Browse files
committed
.
1 parent fab0fba commit a6b083b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/integrations/loguru.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ class LoguruBreadcrumbHandler(_LoguruBaseHandler, BreadcrumbHandler):
150150
def loguru_sentry_logs_handler(message):
151151
# type: (Message) -> None
152152
# This is intentionally a callable sink instead of a standard logging handler
153-
# since like this we get direct access to message.record
154-
153+
# since otherwise we wouldn't get direct access to message.record
155154
client = sentry_sdk.get_client()
156155

157156
if not client.is_active():

0 commit comments

Comments
 (0)