chore(sentry): set procedure id tag on instructeurs controller
This commit is contained in:
parent
ff8fba3725
commit
b1435e18a9
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ module Instructeurs
|
|||
Procedure
|
||||
.with_attached_logo
|
||||
.find(procedure_id)
|
||||
.tap { Sentry.set_tags(procedure: _1.id) }
|
||||
end
|
||||
|
||||
def ensure_ownership!
|
||||
|
|
Loading…
Reference in a new issue