Sha256: 7b9a75b353c618b5083134e0b0c8f983ef0e0de1a12ffecfc6272d5e6e3606ce
Contents?: true
Size: 426 Bytes
Versions: 49
Compression:
Stored size: 426 Bytes
Contents
# Rollbar Interceptor Forward errors to rollbar when exceptions occur during http requests. ```ruby LHC.config.interceptors = [LHC::Rollbar] ``` ```ruby LHC.get('http://local.ch') ``` If it raises, it forwards the request and response object to rollbar, which contain all necessary data. ## Forward additional parameters ```ruby LHC.get('http://local.ch', rollbar: { tracking_key: 'this particular request' }) ```
Version data entries
49 entries across 49 versions & 1 rubygems