[FEATURE]: Integrate ErrorReporter subscriber for Rails > v7.0 #4282
Labels
community
Was opened by a community member
feature-request
A request for a new feature or change to an existing one
Gem Name
rails
Gem Version(s)
No response
Describe the goal of the feature
Starting from version 7.0 Rails introduced a new ErrorReporter interface. It's possible to implement a subscriber that would receive those error/logs/warning from that interface.
https://guides.rubyonrails.org/error_reporting.html
This interface is used not only by rails itself, but other gems can report issues through it.
datadog doesn't seem to have support for this interface yet.
Is your feature request related to a problem?
We're comparing number of errors that Sentry reports and comparing those with number we receive with datadog. And all the time, Datadog reports fewer issues. We assume that absence of integration with ErrorReport might be one of the issues why to this difference.
Describe alternatives you've considered
We have patched the Sentry gem and sending events from it into Datadog.
Additional context
No response
How does Datadog help you?
No response
The text was updated successfully, but these errors were encountered: