You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(snapshot): Make Paparazzi theme configurable (#1134)
Remove the hardcoded `android:Theme.Translucent.NoTitleBar` theme and
add a `theme` property to the `sentrySnapshot` extension. When unset,
Paparazzi uses its own default theme. Users can override it via:
sentrySnapshot {
theme = "com.example:Theme.MyApp"
}
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments