Changelog for the gruf-sentry gem.
- Add CI suite for Ruby 3.3
- Add support for Ruby 3.2
- Drop support for Ruby 2.7 (EOL March 2023)
- Remove
GRPC::FailedPrecondition
from default error classes (equivalent is HTTP 412, so not an internal error) - Remove
Raven
compatibility layer; you must be on sentry-ruby now
- Upgrade to sentry-ruby 5.x
- Add Ruby 3.1 support
- Drop Ruby 2.6 support
- Update Gruf::Sentry::ClientInterceptor for new sentry-ruby format
- Update Sentry.capture_exception to work with new sentry-ruby format
- Update to sentry-ruby
- Add support for Ruby 3.0
- Remove support for < Ruby 2.6
- Fix issue with options reference in ErrorParser [#1]
- Initial release