Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v7.12.1 #21

Merged
Fascinated merged 1 commits from renovate/io.sentry-sentry-spring-boot-starter-jakarta-7.x into master 2024-07-30 20:52:12 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
io.sentry:sentry-spring-boot-starter-jakarta compile minor 7.11.0 -> 7.12.1

Release Notes

getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)

v7.12.1

Compare Source

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

v7.12.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | compile | minor | `7.11.0` -> `7.12.1` | --- ### Release Notes <details> <summary>getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)</summary> ### [`v7.12.1`](https://github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7121) [Compare Source](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1) ##### Fixes - Check app start spans time and ignore background app starts ([#&#8203;3550](https://github.com/getsentry/sentry-java/pull/3550)) - This should eliminate long-lasting App Start transactions ### [`v7.12.0`](https://github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.0) ##### Features - Session Replay Public Beta ([#&#8203;3339](https://github.com/getsentry/sentry-java/pull/3339)) To enable Replay use the `sessionReplay.sessionSampleRate` or `sessionReplay.errorSampleRate` experimental options. ```kotlin 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](https://docs.sentry.io/product/explore/session-replay/mobile/) documentation page. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/io.sentry-sentry-spring-boot-starter-jakarta-7.x from b9b57b38f3 to 76bef70473 2024-07-25 13:00:33 +00:00 Compare
renovate-bot changed title from Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v7.12.0 to Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v7.12.1 2024-07-25 13:00:34 +00:00
Fascinated merged commit 5481c9302c into master 2024-07-30 20:52:12 +00:00
Fascinated deleted branch renovate/io.sentry-sentry-spring-boot-starter-jakarta-7.x 2024-07-30 20:52:12 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MinecraftUtilities/Backend#21
No description provided.