Webinterface
Webinterface copied to clipboard
Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v7.14.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| io.sentry:sentry-spring-boot-starter-jakarta | 7.8.0 -> 7.14.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)
v7.14.0
Features
- Session Replay: Gesture/touch support for Flutter (#3623)
Fixes
- Fix app start spans missing from Pixel devices (#3634)
- Avoid ArrayIndexOutOfBoundsException on Android cpu data collection (#3598)
- Fix lazy select queries instrumentation (#3604)
- Session Replay: buffer mode improvements (#3622)
- Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode
- Persist
bufferreplay type for the entire replay when converting from buffer mode to session mode - Properly store screen names for
buffermode
- Session Replay: fix various crashes and issues (#3628)
- Fix video not being encoded on Pixel devices
- Fix SIGABRT native crashes on Xiaomi devices when encoding a video
- Fix
RejectedExecutionExceptionwhen redacting a screenshot - Fix
FileNotFoundExceptionwhen persisting segment values
Chores
- Introduce
ReplayShadowMediaCodecand refactor tests using custom encoder (#3612)
v7.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
sessionmode 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
- Fix stopping replay in
Dependencies
- Bump Spring Boot to 3.3.2 (#3541)
v7.12.1
Fixes
- Check app start spans time and ignore background app starts (#3550)
- This should eliminate long-lasting App Start transactions
v7.12.0
Features
-
Session Replay Public Beta (#3339)
To enable Replay use the
sessionReplay.sessionSampleRateorsessionReplay.errorSampleRateexperimental 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.
v7.11.0
Features
- Report dropped spans (#3528)
Fixes
- Fix duplicate session start for React Native (#3504)
- Move onFinishCallback before span or transaction is finished (#3459)
- Add timestamp when a profile starts (#3442)
- Move fragment auto span finish to onFragmentStarted (#3424)
- Remove profiling timeout logic and disable profiling on API 21 (#3478)
- Properly reset metric flush flag on metric emission (#3493)
- Use SecureRandom in favor of Random for Metrics (#3495)
- Fix UncaughtExceptionHandlerIntegration Memory Leak (#3398)
- Deprecated
User.segment. Use a custom tag or context instead. (#3511) - Fix duplicated http spans (#3526)
- When capturing unhandled hybrid exception session should be ended and new start if need (#3480)
Dependencies
v7.10.0
Features
- Publish Gradle module metadata (#3422)
Fixes
- Fix faulty
span.frame_delaycalculation for early app start spans (#3427) - Fix crash when installing
ShutdownHookIntegrationand the VM is shutting down (#3456)
v7.9.0
Features
Fixes
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 was generated by Mend Renovate. View the repository job log.
Deploy Preview for ree6-backend canceled.
| Name | Link |
|---|---|
| Latest commit | 93abafca45da87aec983b500f505e223bbd2c605 |
| Latest deploy log | https://app.netlify.com/sites/ree6-backend/deploys/66bb4b7a86c35300088fb613 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code