Do not send irrelevant information to sentry
Queue, reporter and pid are not used or needed by anyone.
This commit is contained in:
parent
441ede529f
commit
773b0fb95f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue