Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Bump sentry from 3.1.1 to 4.3.0 #71

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps sentry from 3.1.1 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2021
@dependabot dependabot bot changed the base branch from main to develop March 14, 2021 14:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/io.sentry-sentry-4.3.0 branch March 14, 2021 14:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant