This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Ignore "close bracket has no matching open" exception in telemetry #388
Closed
Description
This exception gets thrown when the line formatter gets run on code with unbalanced braces/parens/brackets. Since this is a user code error, we should not be recording the event, as it's just noise.
My initial implementation just threw new Exception(...)
, and should probably be switched to a more specific subclass.
Metadata
Metadata
Assignees
Labels
No labels