Skip to content

Commit 7b64e02

Browse files
authored
refactor(sentry): Remove vcsInfo configuration (#700)
## Summary - Removes unnecessary vcsInfo configuration block since this was fixed in https://github.com/getsentry/sentry-cli/releases/tag/2.58.3
1 parent c669a37 commit 7b64e02

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

android/app/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ sentry {
121121
updateSdkVariants.add("beta")
122122
}
123123

124-
vcsInfo {
125-
// Set headRef to "release" when running in GitHub release workflow
126-
val eventName = providers.environmentVariable("GITHUB_EVENT_NAME").orNull
127-
if (eventName == "release") {
128-
headRef.set("release")
129-
}
130-
}
131-
132124
debug = true
133125
}
134126

0 commit comments

Comments
 (0)