Where can I see the google analytics exceptions I am logging

Viewed 2057

I am logging google analytics exceptions:

ga.exception({ description: description, fatal });

but I do not see where these exceptions are in the analytics GUI.

Is there anything I need to configure to see these errors.

I cannot find where they should be

1 Answers

GA > Customization > Dashboards > Create > Create Dashboard > Under 'Show the following metric:' search for 'exceptions'

enter image description here

Related