There was an error while loading. Please reload this page.
1 parent 7fc0601 commit 3b52035Copy full SHA for 3b52035
sentry_sdk/integrations/logging.py
@@ -40,8 +40,6 @@ def _emit(self, record):
40
'params': record.args
41
}
42
43
- # TODO: also send formatted message
44
-
45
capture_event(event)
46
47
0 commit comments