Skip to content

Commit

Permalink
fixup! Implement Sentry integration
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Aug 3, 2020
1 parent e407d12 commit 2250fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspecq/worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def log_event(msg, level, additional={})
Raven.capture_message(msg, level: level, extra: {
build: @build_id,
worker: @worker_id,
queue: @queue.inspect,
queue: queue.inspect,
files_or_dirs_to_run: @files_or_dirs_to_run,
populate_timings: populate_timings,
file_split_threshold: file_split_threshold,
Expand Down

0 comments on commit 2250fcf

Please sign in to comment.