Skip to content

Commit

Permalink
remove doubled fix from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Apr 15, 2021
1 parent 9a20b14 commit b40c474
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# 4.4.0-alpha.2

* Feat: Add option to ignore exceptions by type (#1352)
* Fix: Fix NPE when MDC contains null values (sentry-logback) (#1364)
* Fix: NPE when MDC contains null values (sentry-logback) (#1364)
* Fix: Avoid NPE when MDC contains null values (sentry-jul) (#1385)
* Feat: Sentry closes Android NDK and ShutdownHook integrations (#1358)
* Enhancement: Allow inheritance of SentryHandler class in sentry-jul package(#1367)
* Fix: Accept only non null value maps (#1368)
* Bump: Upgrade Apache HttpComponents Core to 5.0.3 (#1375)
* Enhancement: Make NoOpHub public (#1379)
* Fix: Do not bind transactions to scope by default. (#1376)
* Fix: fix Hub thread safety (#1388)
* Fix: Hub thread safety (#1388)
* Fix: SentryTransactionAdvice should operate on the new scope (#1389)
* Feat: configure max spans per transaction (#1394)

Expand All @@ -35,9 +35,9 @@

# 4.3.0

* Fix: Fix setting in-app-includes from external properties (#1291)
* 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)
* Fix: JUL integration SDK name (#1293)
* Feat: Activity tracing auto instrumentation

# 4.2.0
Expand All @@ -58,7 +58,7 @@
* 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)
* 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)
Expand All @@ -73,7 +73,7 @@ Breaking Changes:

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

# 4.0.0
Expand Down

0 comments on commit b40c474

Please sign in to comment.