5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 07:21:41 +00:00

feat: enviar los headers en el reporte

This commit is contained in:
f 2023-08-16 16:23:39 -03:00
parent 690efe329c
commit a99e03ce15

View file

@ -68,8 +68,9 @@ module Api
# respuesta de error a plataformas
def platforms_answer(exception)
ExceptionNotifier.notify_exception(exception, env: request.env, data: { headers: request.headers.to_h })
head :forbidden
ExceptionNotifier.notify_exception(exception, env: request.env)
end
end
end