summaryrefslogtreecommitdiff
path: root/app/helpers/sentry_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil TrzciƄski2018-12-061-11/+0
| | | | | | | | The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Fix Sentry not reporting right program for Sidekiq workersfix-sidekiq-sentry-contextStan Hu2016-08-251-20/+2
| | | | | | | Moves program tag into the global configuration since this doesn't change and since Sidekiq workers get a unique context for each event. Closes #21410
* Add Sentry logging to API callsadd-sentry-logging-to-apiStan Hu2016-08-241-0/+27
Closes #21043