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
Ruby on Rails 7 introduced a standard solution for error reporting where services like bugsnag provide an error subscriber class that is interchangeable and hooks into rails in a standard way.
Describe the solution you'd like
It would be great if bugsnag could provide an official error subscriber class for rails 7.
Describe alternatives you've considered
I think the current solution works fine but it’d be good to support the official error API.
Additional context
The text was updated successfully, but these errors were encountered:
Hi @iainbeeston - thanks for raising this, we actually already have an item on our product roadmap to add this in the future. There are some complexities with implementing this to avoid duplicate reporting which we need to investigate; I don't have an ETA for this work but will make sure we keep this thread updated 👍
Just to keep everyone informed about the progress on this task - one of our engineering team members is currently looking into it, and we're aiming to implement this feature is the near future.
Once the release is ready, we'll make sure to update this thread accordingly.
Description
Ruby on Rails 7 introduced a standard solution for error reporting where services like bugsnag provide an error subscriber class that is interchangeable and hooks into rails in a standard way.
Describe the solution you'd like
It would be great if bugsnag could provide an official error subscriber class for rails 7.
Describe alternatives you've considered
I think the current solution works fine but it’d be good to support the official error API.
Additional context
The text was updated successfully, but these errors were encountered: