Skip to content

Commit

Permalink
Disable sentry, apply hopes and prayers
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Apr 1, 2024
1 parent ccdfcd9 commit 6016ef4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/kotlin/org/hyacinthbots/lilybot/LilyBot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import org.hyacinthbots.lilybot.extensions.util.Tags
import org.hyacinthbots.lilybot.extensions.util.ThreadControl
import org.hyacinthbots.lilybot.utils.BOT_TOKEN
import org.hyacinthbots.lilybot.utils.ENVIRONMENT
import org.hyacinthbots.lilybot.utils.SENTRY_DSN
import org.hyacinthbots.lilybot.utils.database
import org.hyacinthbots.lilybot.utils.getLoggingChannelWithPerms
import org.kohsuke.github.GitHub
Expand Down Expand Up @@ -133,9 +132,9 @@ suspend fun main() {
domainLimit("api.pluralkit.me", 2, 1.seconds)
}

sentry {
enableIfDSN(SENTRY_DSN) // Use the nullable sentry function to allow the bot to be used without a DSN
}
// sentry {
// enableIfDSN(SENTRY_DSN) // Use the nullable sentry function to allow the bot to be used without a DSN
// }
}

docsGenerator {
Expand Down

0 comments on commit 6016ef4

Please sign in to comment.