Commit e2ff351b authored by mark burdett's avatar mark burdett
Browse files

Issue #3278847 followup: Use browser's configured language

parent 30d919d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  if (drupalSettings.raven.showReportDialog) {
    drupalSettings.raven.options.beforeSend = function (event, hint) {
      if (event.exception) {
        Sentry.showReportDialog({ eventId: event.event_id, lang: drupalSettings.path.currentLanguage });
        Sentry.showReportDialog({ eventId: event.event_id });
      }
      return event;
    };