chore(export): set sentry tag procedure id
This commit is contained in:
parent
a07e492f3c
commit
1615b8ea28
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ class ExportJob < ApplicationJob
|
||||||
def perform(export)
|
def perform(export)
|
||||||
return if export.generated?
|
return if export.generated?
|
||||||
|
|
||||||
|
Sentry.set_tags(procedure: export.procedure.id)
|
||||||
|
|
||||||
export.compute_with_safe_stale_for_purge do
|
export.compute_with_safe_stale_for_purge do
|
||||||
export.compute
|
export.compute
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue