sentry-ruby-v4.0.0
This is the first official release of Sentry's new Ruby SDKs.
Check our documentation to get started.
Take a look at the migration guide when upgrading from an older version.
If you are using the old sentry-raven
client, here are the benefits of migrating to the new client:
-
Unified Interfaces With Other SDKs: The design of
sentry-raven
is outdated compared with our modern Sentry SDKs. If you also use other Sentry SDKs, such as Sentry's JavaScript SDK for your frontend application, you'll notice that their interfaces are quite different from the one provided forsentry-raven
. The newsentry-ruby
SDK provides a more consistent user experience across all different platforms. -
Performance Monitoring: The Sentry Ruby SDK includes performance monitoring, which you can enable if you haven't already as (discussed here).
-
Future Support:
sentry-raven
has entered maintenance mode, which means it won't receive any new features. -
Better Extensibility: Unlike
sentry-raven
,sentry-ruby
is built with extensibility in mind and will allow the community to build extensions for different integrations/features.