Module: GraphqlRails::Integrations::Sentry
- Defined in:
- lib/graphql_rails/integrations/sentry.rb
Overview
sentry integration
Defined Under Namespace
Modules: SentryLogger
Class Method Summary collapse
Class Method Details
.enable ⇒ Object
29 30 31 |
# File 'lib/graphql_rails/integrations/sentry.rb', line 29 def self.enable GraphqlRails::Controller.include(SentryLogger) end |