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 sentry.version to v6.15.0 #84

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-logback 6.14.0 -> 6.15.0 age adoption passing confidence
io.sentry:sentry 6.14.0 -> 6.15.0 age adoption passing confidence

Release Notes

getsentry/sentry-java

v6.15.0

Compare Source

Features
  • Adjust time-to-full-display span if reportFullDisplayed is called too early (#​2550)
  • Add enableTracing option (#​2530)
    • This change is backwards compatible. The default is null meaning existing behaviour remains unchanged (setting either tracesSampleRate or tracesSampler enables performance).
    • If set to true, performance is enabled, even if no tracesSampleRate or tracesSampler have been configured.
    • If set to false performance is disabled, regardless of tracesSampleRate and tracesSampler options.
  • Detect dependencies by listing MANIFEST.MF files at runtime (#​2538)
  • Report integrations in use, report packages in use more consistently (#​2179)
  • Implement ThreadLocalAccessor for propagating Sentry hub with reactor / WebFlux (#​2570)
Fixes
  • Leave inApp flag for stack frames undecided in SDK if unsure and let ingestion decide instead (#​2547)
  • Allow 0.0 error sample rate (#​2573)
  • Fix memory leak in WebFlux related to an ever growing stack (#​2580)
  • Use the same hub in WebFlux exception handler as we do in WebFilter (#​2566)
  • Switch upstream Jetpack Compose dependencies to compileOnly in sentry-compose-android (#​2578)
    • NOTE: If you're using Compose Navigation/User Interaction integrations, make sure to have the following dependencies on the classpath as we do not bring them in transitively anymore:
      • androidx.navigation:navigation-compose:
      • androidx.compose.runtime:runtime:
      • androidx.compose.ui:ui:

Configuration

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

🚦 Automerge: Enabled.

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

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit ec25dce into master Mar 2, 2023
@renovate renovate bot deleted the renovate/sentry.version branch March 2, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants