You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 2.0.0 (in development)
2
+
3
+
### Datadog Tracer Now Requires the `datadog` Gem
4
+
5
+
The Datadog tracer now requires the [`datadog`](https://github.com/DataDog/dd-trace-rb) gem.
6
+
Support for the deprecated `ddtrace` gem has been removed. ([migration guide](https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide2.md))
7
+
8
+
### Removed the `SentryRaven` Error Handler
9
+
10
+
The `Hutch::ErrorHandlers::SentryRaven` error handler based on the EOL
has been removed. Use `Hutch::ErrorHandlers::Sentry` (backed by `sentry-ruby`) instead. ([migration guide](https://docs.sentry.io/platforms/ruby/migration/))
13
+
14
+
### Replaced `multi_json` With Ruby's stdlib `json`
15
+
16
+
The `multi_json` runtime dependency has been removed. Hutch now uses
0 commit comments