mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix missing log message
This commit is contained in:
@@ -50,7 +50,7 @@ def _fail(message):
|
|||||||
if settings.SENTRY_ENABLED:
|
if settings.SENTRY_ENABLED:
|
||||||
import sentry_sdk
|
import sentry_sdk
|
||||||
|
|
||||||
sentry_sdk.capture_message("You caught me!", "fatal")
|
sentry_sdk.capture_message(message, "fatal")
|
||||||
|
|
||||||
logger.warning(message, stack_info=True)
|
logger.warning(message, stack_info=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user