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 628fa1e commit 8a250ffCopy full SHA for 8a250ff
CHANGELOG.md
@@ -7,6 +7,7 @@
7
### Bug Fixes
8
9
- Network errors raised in `Sentry::HTTPTransport` will no longer be reported to Sentry [#2178](https://github.com/getsentry/sentry-ruby/pull/2178)
10
+- 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)
11
12
## 5.14.0
13
@@ -29,7 +30,6 @@
29
30
```rb
31
config.enabled_patches += [:sidekiq_scheduler]
32
```
-- 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)
33
34
35
0 commit comments