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

Update dependency io.sentry:sentry to v7.13.0 #94

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry 7.9.0 -> 7.13.0 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry)

v7.13.0

Compare Source

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

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.

v7.11.0

Compare Source

Features
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

Compare Source

Features
  • Publish Gradle module metadata (#​3422)
Fixes
  • Fix faulty span.frame_delay calculation for early app start spans (#​3427)
  • Fix crash when installing ShutdownHookIntegration and the VM is shutting down (#​3456)

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.

@renovate renovate bot added the dependencies label Jun 6, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from c6505f5 to 7711963 Compare July 1, 2024 16:56
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.10.0 Update dependency io.sentry:sentry to v7.11.0 Jul 1, 2024
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.11.0 Update dependency io.sentry:sentry to v7.12.0 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from 7711963 to a1d53ab Compare July 15, 2024 18:45
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from a1d53ab to 4a33ed7 Compare July 25, 2024 17:50
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.12.0 Update dependency io.sentry:sentry to v7.12.1 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from 4a33ed7 to 0022de5 Compare July 31, 2024 09:47
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.12.1 Update dependency io.sentry:sentry to v7.13.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from b1c5155 to b15f3d9 Compare August 8, 2024 14:59
@DxsSucuk DxsSucuk merged commit 9e3e671 into master Aug 8, 2024
3 of 4 checks passed
@DxsSucuk DxsSucuk deleted the renovate/io.sentry-sentry-7.x branch August 8, 2024 14:59
Copy link
Contributor Author

renovate bot commented Aug 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

sonarqubecloud bot commented Aug 8, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

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.

1 participant