Skip to content

Commit

Permalink
chore(sentry): set procedure id tag on instructeurs controller
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed May 23, 2023
1 parent ff8fba3 commit b1435e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/instructeurs/procedures_controller.rb
Expand Up @@ -314,6 +314,7 @@ def procedure
Procedure
.with_attached_logo
.find(procedure_id)
.tap { Sentry.set_tags(procedure: _1.id) }
end

def ensure_ownership!
Expand Down

0 comments on commit b1435e1

Please sign in to comment.