disable sentry for now
This commit is contained in:
parent
33f76c959a
commit
047b0be769
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -44,7 +44,7 @@ client.aliases = new Discord.Collection()
|
||||||
const init = async () => {
|
const init = async () => {
|
||||||
// initialise sentry
|
// initialise sentry
|
||||||
if (client.config.keys.sentry !== '' && client.devmode === false) {
|
if (client.config.keys.sentry !== '' && client.devmode === false) {
|
||||||
sentry.init({ dsn: client.config.keys.sentry })
|
// sentry.init({ dsn: client.config.keys.sentry })
|
||||||
}
|
}
|
||||||
|
|
||||||
// Command handler
|
// Command handler
|
||||||
|
|
Loading…
Reference in a new issue