Method: Sentry::Configuration#send_client_reports
- Defined in:
- lib/sentry/configuration.rb
permalink #send_client_reports ⇒ Boolean
Send diagnostic client reports about dropped events, true by default tries to attach to an existing envelope max once every 30s
274 275 276 |
# File 'lib/sentry/configuration.rb', line 274 def send_client_reports @send_client_reports end |