Commit cf16fb0
feat(android-distribution): Use ProGuard UUID for build identification
Replace custom APK parsing with existing SDK infrastructure:
- Use Sentry.getCurrentScopes().options.proguardUuid for build identification
- Leverage automatic loading from sentry-debug-meta.properties or manifest
- Better performance (no runtime APK parsing)
- More reliable than signature extraction
- Consistent with SDK patterns
The ProGuard UUID provides a stable, unique identifier for each build
and is automatically generated by sentry-cli or the Sentry Gradle plugin.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 77e6062 commit cf16fb0
File tree
1 file changed
+15
-2
lines changed- sentry-android-distribution/src/main/java/io/sentry/android/distribution/internal
1 file changed
+15
-2
lines changedLines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
26 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
27 | 40 | | |
28 | 41 | | |
0 commit comments