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
- Factor out do_request in HTTP transport ([#2662](https://github.com/getsentry/sentry-ruby/pull/2662))
77
84
- Add `Sentry::DebugTransport` that captures events and stores them as JSON for debugging purposes ([#2664](https://github.com/getsentry/sentry-ruby/pull/2664))
85
+
- Add `Sentry::DebugStructuredLogger` that caputres log events and stores them as JSON to a file for debugging purposes ([#2693](https://github.com/getsentry/sentry-ruby/pull/2693))
86
+
- Rails test runner ([#2687](https://github.com/getsentry/sentry-ruby/pull/2687))
87
+
- Update common gem deps for development ([#2688](https://github.com/getsentry/sentry-ruby/pull/2688))
88
+
- Make devcontainer work with ancient Ruby/Rails ([#2679](https://github.com/getsentry/sentry-ruby/pull/2679))
89
+
- Improved devcontainer setup with e2e test mini infra ([#2672](https://github.com/getsentry/sentry-ruby/pull/2672))
90
+
- Address various flaky specs
91
+
- Fix test failures under JRuby ([#2665](https://github.com/getsentry/sentry-ruby/pull/2665))
0 commit comments