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

chore(deps): update Java SDK to v6.15.0 #2207

Merged
merged 4 commits into from Mar 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2023

Bumps scripts/update-java.ps1 from 6.14.0 to 6.15.0.

Auto-generated by a dependency updater.

Changelog

6.15.0

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:

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 3, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/6.15.0 branch from 06bd8af to 240bb24 Compare March 3, 2023 03:56
@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) March 3, 2023 06:34
@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) March 3, 2023 06:39
@mattjohnsonpint mattjohnsonpint merged commit 7d3de40 into main Mar 3, 2023
@mattjohnsonpint mattjohnsonpint deleted the deps/scripts/update-java.ps1/6.15.0 branch March 3, 2023 07:13
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.

None yet

2 participants