diff --git a/app/views/notifications/_notifications_list.html.erb b/app/views/notifications/_notifications_list.html.erb index 5b2ef9de6..bde52e5cc 100644 --- a/app/views/notifications/_notifications_list.html.erb +++ b/app/views/notifications/_notifications_list.html.erb @@ -5,7 +5,7 @@ <%= render notification.notifiable_type.downcase.to_s, notification: notification %> <% rescue => e %> - <% Honeybadger.notify(e) %> + <% Honeybadger.notify(e, context: { notification_id: notification.id }) %>
