Skip to content

Commit

Permalink
Remove sentry config from gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed May 20, 2024
1 parent 5c7dd79 commit b18300b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tasks.withType(Test).configureEach {
jar {
enabled false
}

/*
sentry {
// Generates a JVM (Java, Kotlin, etc.) source bundle and uploads your source code to Sentry.
// This enables source context, allowing you to see your source
Expand All @@ -144,3 +144,4 @@ sentry {
projectName = "md-pilot"
authToken = System.getenv("SENTRY_AUTH_TOKEN")
}
*/

0 comments on commit b18300b

Please sign in to comment.