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 f57a23f commit ceaa06cCopy full SHA for ceaa06c
tux/bot.py
@@ -206,7 +206,9 @@ async def on_disconnect(self) -> None:
206
with sentry_sdk.push_scope() as scope:
207
scope.set_tag("event_type", "disconnect")
208
scope.set_level("info")
209
- sentry_sdk.capture_message("Bot disconnected from Discord")
+ sentry_sdk.capture_message(
210
+ "Bot disconnected from Discord, this happens sometimes and is fine as long as it's not hapening too often"
211
+ )
212
213
# --- Sentry Transaction Tracking ---
214
0 commit comments