-
- Downloads
There was an error fetching the commit references. Please try again later.
Method to track recoverable exceptions in sentry
This adds a method to track errors that can be recovered from in sentry. It is useful when debugging performance issues, or exceptions that are hard to reproduce.
Showing
- config/initializers/forbid_sidekiq_in_transactions.rb 2 additions, 10 deletionsconfig/initializers/forbid_sidekiq_in_transactions.rb
- lib/gitlab/diff/highlight.rb 1 addition, 4 deletionslib/gitlab/diff/highlight.rb
- lib/gitlab/sentry.rb 23 additions, 0 deletionslib/gitlab/sentry.rb
- spec/lib/gitlab/diff/highlight_spec.rb 4 additions, 5 deletionsspec/lib/gitlab/diff/highlight_spec.rb
- spec/lib/gitlab/sentry_spec.rb 43 additions, 1 deletionspec/lib/gitlab/sentry_spec.rb
Please register or sign in to comment