module GraphqlRails::Integrations::Sentry

sentry integration

Public Class Methods

enable() click to toggle source
# File lib/graphql_rails/integrations/sentry.rb, line 29
def self.enable
  GraphqlRails::Controller.include(SentryLogger)
end