Rename sentry key `job_path` to reflect the new value
Example of new value: "bin/rspec --seed 1234 ./spec/foo_spec.rb:46"
This commit is contained in:
parent
66f6f058b6
commit
a71d25a99a
|
@ -138,7 +138,7 @@ module RSpecQ
|
|||
queue: @queue.inspect,
|
||||
object: inspect,
|
||||
pid: Process.pid,
|
||||
job_path: job,
|
||||
rerun_command: job,
|
||||
build_duration: build_duration
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue