We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afca03 commit f57a23fCopy full SHA for f57a23f
tux/bot.py
@@ -205,7 +205,7 @@ async def on_disconnect(self) -> None:
205
if sentry_sdk.is_initialized():
206
with sentry_sdk.push_scope() as scope:
207
scope.set_tag("event_type", "disconnect")
208
- scope.set_level("warning")
+ scope.set_level("info")
209
sentry_sdk.capture_message("Bot disconnected from Discord")
210
211
# --- Sentry Transaction Tracking ---
0 commit comments