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

feat: add bugsnag and honeybadger support #509

Merged
merged 4 commits into from
Feb 8, 2023
Merged

Conversation

cfabianski
Copy link
Collaborator

@cfabianski cfabianski commented Feb 7, 2023

Description

#366

Checklist

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.
  • I've included usage information in the description if CLI behavior was updated or added.
  • PR title follows Conventional Commits format

@cfabianski cfabianski changed the title chore: add bugsnag logger feat: add bugsnag logger Feb 7, 2023
@cfabianski cfabianski marked this pull request as ready for review February 8, 2023 11:51
@@ -0,0 +1,15 @@
class ApplicationController < ActionController::Base
before_bugsnag_notify :add_diagnostics_to_bugsnag
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to allow simple_symbol reconciliation with method name reconciliation (which will be done as a separate PR)

@cfabianski cfabianski changed the title feat: add bugsnag logger feat: add bugsnag and honeybadger support Feb 8, 2023
@cfabianski cfabianski merged commit e34ab52 into main Feb 8, 2023
@cfabianski cfabianski deleted the chore/bugsnag-logger branch February 8, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant