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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
Sentry.capture_exception(ignored_exception) # won't be sent to Sentry
16
16
Sentry.capture_exception(ignored_exception, hint: { ignore_exclusions:true }) # will be sent to Sentry
17
17
```
18
+
- Support capturing low-level errors propagated to Puma [#2026](https://github.com/getsentry/sentry-ruby/pull/2026)
18
19
19
20
- Add `spec` to `Backtrace::APP_DIRS_PATTERN`[#2029](https://github.com/getsentry/sentry-ruby/pull/2029)
20
21
- Forward all `baggage` header items that are prefixed with `sentry-`[#2025](https://github.com/getsentry/sentry-ruby/pull/2025)
0 commit comments