We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41dcc7 commit e5102f0Copy full SHA for e5102f0
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Bug Fixes
6
7
- Network errors raised in `Sentry::HTTPTransport` will no longer be reported to Sentry [#2178](https://github.com/getsentry/sentry-ruby/pull/2178)
8
+- Sentry will not record traces of HTTP OPTIONS and HEAD requests in Rack and Rails apps [#2181](https://github.com/getsentry/sentry-ruby/pull/2181)
9
10
## 5.14.0
11
@@ -27,7 +28,6 @@
27
28
```rb
29
config.enabled_patches += [:sidekiq_scheduler]
30
```
-- Sentry will not record traces of HTTP OPTIONS and HEAD requests in Rack and Rails apps [#2181](https://github.com/getsentry/sentry-ruby/pull/2181)
31
32
33
0 commit comments