Skip to content

Commit

Permalink
Sentry hates me pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sschr15 committed Dec 7, 2023
1 parent c71c0d7 commit c8b3dd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kotlin/org/quiltmc/community/_Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ suspend fun ExtensibleBotBuilder.common() {
enable = true
dsn = sentryDsn
}
} else {
sentry {
enable = false
dsn = "" // why is it like this
}
}

help {
Expand Down

0 comments on commit c8b3dd0

Please sign in to comment.