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 Java SDK to v7.12.0 #1725

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Bumps modules/sentry-java 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.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/7.12.0 branch from b896ddd to c7fa21a Compare July 16, 2024 02:14
@bitsandfoxes bitsandfoxes merged commit b420716 into main Jul 16, 2024
9 of 13 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/7.12.0 branch July 16, 2024 12:41
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