Method: Sentry::Configuration#release

Defined in:
lib/sentry/configuration.rb

#releaseString

Release tag to be passed with every event sent to Sentry. We automatically try to set this to a git SHA or Capistrano release.

Returns:

  • (String)
[View source]

209
210
211
# File 'lib/sentry/configuration.rb', line 209

def release
  @release
end