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 08abba8 commit ac55fddCopy full SHA for ac55fdd
CHANGELOG.md
@@ -65,6 +65,7 @@
65
### Bug Fixes
66
67
- Network errors raised in `Sentry::HTTPTransport` will no longer be reported to Sentry [#2178](https://github.com/getsentry/sentry-ruby/pull/2178)
68
+- 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)
69
70
## 5.14.0
71
@@ -87,7 +88,6 @@
87
88
```rb
89
config.enabled_patches += [:sidekiq_scheduler]
90
```
-- 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)
91
92
93
0 commit comments