Method: Sentry::Configuration#spotlight

Defined in:
lib/sentry/configuration.rb

#spotlightBoolean, String

Whether to capture events and traces into Spotlight. Default is false. If you set this to true, Sentry will send events and traces to the local Sidecar proxy at localhost:8969/stream. If you want to use a different Sidecar proxy address, set this to String with the proxy URL.

Returns:

  • (Boolean, String)
[View source]

163
164
165
# File 'lib/sentry/configuration.rb', line 163

def spotlight
  @spotlight
end