Skip to content

feat(android): Update SAGP to 6.2.0-alpha.1 and upload roborazzi snapshots to Sentry#756

Open
runningcode wants to merge 4 commits intomainfrom
no/sagp-6.2.0-alpha.1-snapshots
Open

feat(android): Update SAGP to 6.2.0-alpha.1 and upload roborazzi snapshots to Sentry#756
runningcode wants to merge 4 commits intomainfrom
no/sagp-6.2.0-alpha.1-snapshots

Conversation

@runningcode
Copy link
Contributor

Summary

  • Bumps the Sentry Android Gradle Plugin to 6.2.0-alpha.1
  • Configures sentry.snapshots with the app ID and roborazzi output path (build/outputs/roborazzi)
  • Adds sentryUploadSnapshots to the roborazzi CI job so snapshots are uploaded to Sentry after recordRoborazziDebug generates them

🤖 Generated with Claude Code

…shots to Sentry

- Bump sentry gradle plugin to 6.2.0-alpha.1
- Configure sentry.snapshots to point to roborazzi output directory
- Run sentryUploadSnapshots after recordRoborazziDebug on CI
@emerge-tools
Copy link

emerge-tools bot commented Mar 10, 2026

🛰️ Build Distribution

Build available for installation

App Name App ID Platform Version Tag Install Page
Hacker News com.emergetools.hackernews android 1.0.6 release 🔗 Install Build

🛸 Powered by Emerge Tools

Use flatMap over the recordRoborazziDebug task provider to set
snapshotsPath, so Gradle automatically infers the task dependency
without needing an explicit dependsOn.
@sentry
Copy link

sentry bot commented Mar 10, 2026

Sentry Build Distribution

App Version Configuration
Hacker News 1.0.6 (17) release

extensions inside the flatMap lambda resolves to the task's extensions,
not the project's.
flatMap-based wiring didn't work; use explicit dependsOn and set
snapshotsPath directly from the RoborazziExtension outputDir.
@sentry
Copy link

sentry bot commented Mar 10, 2026

Sentry Build Distribution

App Version Configuration
Hacker News 1.0.6 (17) release

@sentry
Copy link

sentry bot commented Mar 10, 2026

Sentry Build Distribution

App Version Configuration
Hacker News 1.0.6 (17) release

@sentry
Copy link

sentry bot commented Mar 10, 2026

Sentry Build Distribution

App Version Configuration
Hacker News 1.0.6 (17) release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant