Skip to content

Bump sentry from 3.1.0 to 4.3.0#28

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.sentry-sentry-4.3.0
Closed

Bump sentry from 3.1.0 to 4.3.0#28
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.sentry-sentry-4.3.0

Conversation

@dependabot-preview
Copy link

Bumps sentry from 3.1.0 to 4.3.0.

Release notes

Sourced from sentry's releases.

4.3.0

What’s Changed

  • Fix: Fix setting in-app-includes from external properties (#1291)
  • Fix: Initialize Sentry in Logback appender when DSN is not set in XML config (#1296)
  • Fix: Fix JUL integration SDK name (#1293)
  • Feat: Activity tracing auto instrumentation

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

4.2.0

What’s Changed

  • Fix: Remove experimental annotation for Attachment #1257
  • Fix: Mark stacktrace as snapshot if captured at arbitrary moment #1231
  • Enchancement: Improve EventProcessor nullability annotations (#1229).
  • Bump: sentry-native to 0.4.7
  • Enchancement: Add ability to flush events synchronously.
  • Fix: Disable Gson HTML escaping
  • Enchancement: Support @SentrySpan and @SentryTransaction on classes and interfaces. (#1243)
  • Enchancement: Do not serialize empty collections and maps (#1245)
  • Ref: Optimize DuplicateEventDetectionEventProcessor performance (#1247).
  • Ref: Prefix sdk.package names with io.sentry (#1249)
  • Fix: Make the ANR Atomic flags immutable
  • Enchancement: Integration interface better compatibility with Kotlin null-safety
  • Enchancement: Simplify Sentry configuration in Spring integration (#1259)
  • Enchancement: Simplify configuring Logback integration when environment variable with the DSN is not set (#1271)
  • Fix: Prevent NoOpHub from creating heavy SentryOptions objects (#1272)
  • Enchancement: Add Request to the Scope. #1270
  • Fix: Fix SentryTransaction#getStatus NPE (#1273)
  • Enchancement: Optimize SentryTracingFilter when hub is disabled.
  • Fix: Discard unfinished Spans before sending them over to Sentry (#1279)
  • Fix: Interrupt the thread in QueuedThreadPoolExecutor (#1276)
  • Fix: SentryTransaction#finish should not clear another transaction from the scope (#1278)

Breaking Changes:

  • Enchancement: SentryExceptionResolver should not send handled errors by default (#1248).
  • Ref: Simplify RestTemplate instrumentation (#1246)
  • Enchancement: Add overloads for startTransaction taking op and description (#1244)

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

4.1.0

What’s Changed

  • Improve Kotlin compatibility for SdkVersion (#1213)

... (truncated)

Changelog

Sourced from sentry's changelog.

4.3.0

  • Fix: Fix setting in-app-includes from external properties (#1291)
  • Fix: Initialize Sentry in Logback appender when DSN is not set in XML config (#1296)
  • Fix: Fix JUL integration SDK name (#1293)
  • Feat: Activity tracing auto instrumentation

4.2.0

  • Fix: Remove experimental annotation for Attachment #1257
  • Fix: Mark stacktrace as snapshot if captured at arbitrary moment #1231
  • Enchancement: Improve EventProcessor nullability annotations (#1229).
  • Bump: sentry-native to 0.4.7
  • Enchancement: Add ability to flush events synchronously.
  • Fix: Disable Gson HTML escaping
  • Enchancement: Support @SentrySpan and @SentryTransaction on classes and interfaces. (#1243)
  • Enchancement: Do not serialize empty collections and maps (#1245)
  • Ref: Optimize DuplicateEventDetectionEventProcessor performance (#1247).
  • Ref: Prefix sdk.package names with io.sentry (#1249)
  • Fix: Make the ANR Atomic flags immutable
  • Enchancement: Integration interface better compatibility with Kotlin null-safety
  • Enchancement: Simplify Sentry configuration in Spring integration (#1259)
  • Enchancement: Simplify configuring Logback integration when environment variable with the DSN is not set (#1271)
  • Fix: Prevent NoOpHub from creating heavy SentryOptions objects (#1272)
  • Enchancement: Add Request to the Scope. #1270
  • Fix: Fix SentryTransaction#getStatus NPE (#1273)
  • Enchancement: Optimize SentryTracingFilter when hub is disabled.
  • Fix: Discard unfinished Spans before sending them over to Sentry (#1279)
  • Fix: Interrupt the thread in QueuedThreadPoolExecutor (#1276)
  • Fix: SentryTransaction#finish should not clear another transaction from the scope (#1278)

Breaking Changes:

  • Enchancement: SentryExceptionResolver should not send handled errors by default (#1248).
  • Ref: Simplify RestTemplate instrumentation (#1246)
  • Enchancement: Add overloads for startTransaction taking op and description (#1244)

4.1.0

  • Improve Kotlin compatibility for SdkVersion (#1213)
  • Feat: Support logging via JUL (#1211)
  • Fix: Fix returning Sentry trace header from Span (#1217)
  • Fix: Remove misleading error logs (#1222)

4.0.0

This release brings the Sentry Performance feature to Java SDK, Spring, Spring Boot, and Android integrations. Read more in the reference documentation:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sentry](https://github.com/getsentry/sentry-java) from 3.1.0 to 4.3.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@3.1.0...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@dependabot-preview
Copy link
Author

Superseded by #37.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/io.sentry-sentry-4.3.0 branch June 3, 2021 06:27
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.

0 participants