Skip to content

Commit 949ac35

Browse files
runningcodeclaude
andauthored
chore(android): Enable Sentry distribution upload (#690)
## Summary - Re-enabled Sentry distribution upload in GitHub Actions - Uncommented the distribution configuration in build.gradle.kts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 0b2a824 commit 949ac35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ sentry {
117117
}
118118

119119
distribution {
120-
//enabled = providers.environmentVariable("GITHUB_ACTIONS").isPresent
121-
//updateSdkVariants.add("beta")
120+
enabled = providers.environmentVariable("GITHUB_ACTIONS").isPresent
121+
updateSdkVariants.add("beta")
122122
}
123123

124124
vcsInfo {

0 commit comments

Comments
 (0)