FLUID-6695: Rationalise exception stripping code

Metadata

Source
FLUID-6695
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2021-10-27T11:35:42.586-0400
Updated
2021-10-27T16:30:55.507-0400
Versions
  1. 3.0
Fixed Versions
  1. 4.0
Component
  1. Framework

Description

Our exception decoding code in FluidDebugging.js is more than 10 years old and includes branches for numerous defunct browsers - in addition to, as with FLUID-6482, not coping with modern browsers like Safari - we should take the opportunity to strip it back, as well as not actually throwing the exception which is not necessary any more, and is a debugging hazard

Comments