Skip to content

Commit c91242b

Browse files
authored
chore: disable bundle upload to bugsnag temporarily
1 parent 0aa9041 commit c91242b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bugsnag {
122122
variants {
123123
release {
124124
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
125-
autoUploadBundle = true
125+
autoUploadBundle = false
126126
}
127127
debug {
128128
enabled = false

0 commit comments

Comments
 (0)