Details
-
Type:
Story
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 25.0.0
-
Component/s: None
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Epic Link:
Description
Currently, if we encounter an exception while rendering a panel in a report for a Grafana dashboard we abort the report and throw a JRException.
This behavior forces us to abort the report completely if a single panel fails.
We should consider rendering the exception details to an image for inclusion in the report instead.