disable sentry for now

This commit is contained in:
Emily 2020-04-18 17:54:01 +10:00
parent 33f76c959a
commit 047b0be769
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ client.aliases = new Discord.Collection()
const init = async () => {
// initialise sentry
if (client.config.keys.sentry !== '' && client.devmode === false) {
sentry.init({ dsn: client.config.keys.sentry })
// sentry.init({ dsn: client.config.keys.sentry })
}
// Command handler