Method: Sentry::Configuration#dsn
- Defined in:
- lib/sentry/configuration.rb
permalink #dsn ⇒ String
the dsn value, whether it’s set via ‘config.dsn=` or `ENV`
133 134 135 |
# File 'lib/sentry/configuration.rb', line 133 def dsn @dsn end |