Do not send irrelevant information to sentry

Queue, reporter and pid are not used or needed by anyone.
This commit is contained in:
John Fragoulis 2021-03-23 13:54:26 +02:00
parent 441ede529f
commit 773b0fb95f
1 changed files with 1 additions and 4 deletions

View File

@ -135,11 +135,8 @@ module RSpecQ
extra = {
build: @build_id,
build_timeout: @timeout,
queue: @queue.inspect,
object: inspect,
pid: Process.pid,
build_duration: build_duration,
rerun_command: job,
build_duration: build_duration
}
tags = {