Skip to content

chore(deps): update Java SDK to v7.13.0#3515

Merged
bitsandfoxes merged 3 commits intomainfrom
deps/scripts/update-java.ps1/7.13.0
Aug 1, 2024
Merged

chore(deps): update Java SDK to v7.13.0#3515
bitsandfoxes merged 3 commits intomainfrom
deps/scripts/update-java.ps1/7.13.0

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 1, 2024

Bumps scripts/update-java.ps1 from 7.11.0 to 7.13.0.

Auto-generated by a dependency updater.

Changelog

7.13.0

Features

  • Session Replay: (#3565) (#3609)
    • Capture remaining replay segment for ANRs on next app launch
    • Capture remaining replay segment for unhandled crashes on next app launch

Fixes

  • Session Replay: (#3565) (#3609)
    • Fix stopping replay in session mode at 1 hour deadline
    • Never encode full frames for a video segment, only do partial updates. This further reduces size of the replay segment
    • Use propagation context when no active transaction for ANRs

Dependencies

  • Bump Spring Boot to 3.3.2 (#3541)

7.12.1

Fixes

  • Check app start spans time and ignore background app starts (#3550)
    • This should eliminate long-lasting App Start transactions

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 bitsandfoxes as a code owner August 1, 2024 03:00
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Aug 1, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/7.13.0 branch from d5ef7df to bdce168 Compare August 1, 2024 03:00
@bitsandfoxes bitsandfoxes merged commit f8cba12 into main Aug 1, 2024
@bitsandfoxes bitsandfoxes deleted the deps/scripts/update-java.ps1/7.13.0 branch August 1, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants