notification_mailer: send procedure id when reporting a missing logo (#3862)

Lorsque le logo d'une démarche est manquant, l'identifiant de la démarche est remonté
This commit is contained in:
Pierre de La Morinerie 2019-05-13 16:24:13 +02:00 committed by GitHub
commit 6e111e0d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ class NotificationMailer < ApplicationMailer
@logo_url = attachments[logo_filename].url
rescue StandardError => e
# A problem occured when reading logo, maybe the logo is missing and we should clean the procedure to remove logo reference ?
Raven.extra_context(procedure_id: dossier.procedure.id)
Raven.capture_exception(e)
end
end