Method: Sentry::Configuration#sdk_logger

Defined in:
lib/sentry/configuration.rb

#sdk_loggerLogger

Logger used by Sentry. In Rails, this is the Rails logger, otherwise Sentry provides its own Sentry::Logger.

Returns:



198
199
200
# File 'lib/sentry/configuration.rb', line 198

def sdk_logger
  @sdk_logger
end