Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Integrate ErrorReporter subscriber for Rails > v7.0 #4282

Open
skatkov opened this issue Jan 13, 2025 · 1 comment
Open

[FEATURE]: Integrate ErrorReporter subscriber for Rails > v7.0 #4282

skatkov opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
community Was opened by a community member feature-request A request for a new feature or change to an existing one

Comments

@skatkov
Copy link

skatkov commented Jan 13, 2025

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

@skatkov skatkov added community Was opened by a community member feature-request A request for a new feature or change to an existing one labels Jan 13, 2025
@marcotc
Copy link
Member

marcotc commented Jan 21, 2025

Hey @skatkov, thank you so much for bringing this up!

This Rails Error Reporting API aligns well with our Error Tracking product, so I'll bring it with our product team to see how we want to best leverage it, and increase error coverage.

@marcotc marcotc self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Was opened by a community member feature-request A request for a new feature or change to an existing one
Projects
None yet
Development

No branches or pull requests

2 participants