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:
John Fragoulis 2021-03-23 13:49:20 +02:00
parent 66f6f058b6
commit a71d25a99a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ module RSpecQ
queue: @queue.inspect,
object: inspect,
pid: Process.pid,
job_path: job,
rerun_command: job,
build_duration: build_duration
}