diff options
| author | 2020-12-20 09:05:02 +0200 | |
|---|---|---|
| committer | 2020-12-20 09:05:02 +0200 | |
| commit | 981eac1427ce7fd8d16bf79bfef68af86b625b10 (patch) | |
| tree | 8f0108963f52ec2b1fc554dbacbb51a879d36daf | |
| parent | Use bot prefix instead pydis-bot for Sentry release workflow (diff) | |
Remove aiohttp integration
| -rw-r--r-- | bot/log.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/log.py b/bot/log.py index bb44cee8a..0935666d1 100644 --- a/bot/log.py +++ b/bot/log.py @@ -6,7 +6,6 @@ from pathlib import Path import coloredlogs import sentry_sdk -from sentry_sdk.integrations.aiohttp import AioHttpIntegration from sentry_sdk.integrations.logging import LoggingIntegration from sentry_sdk.integrations.redis import RedisIntegration @@ -67,7 +66,6 @@ def setup_sentry() -> None: dsn=constants.Bot.sentry_dsn, integrations=[ sentry_logging, - AioHttpIntegration(), RedisIntegration(), ], release=f"bot@{constants.GIT_SHA}" |