Method: Sentry::Configuration#dsn

Defined in:
lib/sentry/configuration.rb

#dsnString

the dsn value, whether it’s set via ‘config.dsn=` or `ENV`

Returns:

  • (String)
[View source]

133
134
135
# File 'lib/sentry/configuration.rb', line 133

def dsn
  @dsn
end