diff options
author | 2020-12-19 19:26:59 +0200 | |
---|---|---|
committer | 2020-12-19 19:26:59 +0200 | |
commit | 9392a2af65021db56bafa462da0b78121ca428d2 (patch) | |
tree | 3ff2ec6578c89f741c995828e39f57a102b39dc6 /bot/__main__.py | |
parent | Remove aiohttp integration from Sentry (diff) |
Use sir-lancebot instead pydis-sir-lancebot for release name
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'bot/__main__.py')
-rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index da0ff439..e9b14a53 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -21,7 +21,7 @@ sentry_sdk.init( sentry_logging, RedisIntegration() ], - release=f"pydis-sir-lancebot@{GIT_SHA}" + release=f"sir-lancebot@{GIT_SHA}" ) log = logging.getLogger(__name__) |