Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Android SDK to v7.12.0 #731

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-android.sh from 7.11.0 to 7.12.0.

Auto-generated by a dependency updater.

Changelog

7.12.0

Features

  • Session Replay Public Beta (#3339)

    To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.errorSampleRate experimental options.

    import io.sentry.SentryReplayOptions
    import io.sentry.android.core.SentryAndroid
    
    SentryAndroid.init(context) { options ->
     
      // Currently under experimental options:
      options.experimental.sessionReplay.sessionSampleRate = 1.0
      options.experimental.sessionReplay.errorSampleRate = 1.0
    
      // To change default redaction behavior (defaults to true)
      options.experimental.sessionReplay.redactAllImages = true
      options.experimental.sessionReplay.redactAllText = true
    
      // To change quality of the recording (defaults to MEDIUM)
      options.experimental.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
    }

    To learn more visit Sentry's Mobile Session Replay documentation page.

@github-actions github-actions bot requested a review from markushi as a code owner July 15, 2024 18:12
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh/7.12.0 branch from 308e408 to 01d8ff3 Compare July 15, 2024 18:12
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh/7.12.0 branch from 01d8ff3 to eb9988a Compare July 15, 2024 18:14
@romtsn romtsn merged commit 7b5bc84 into main Jul 15, 2024
19 checks passed
@romtsn romtsn deleted the deps/scripts/update-android.sh/7.12.0 branch July 15, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants