Creation of event for sending errors from within package:unified_analytics
itself
#180
Labels
package:unified_analytics
itself
#180
This will be helpful to find the name of the error, but this won't include any debugging data (ie. stacktraces). This will help us to find certain errors (ie.
unable-to-load-asset
,invalid-argument
) and how they are trending across different dart and flutter versions.For example, if we are encountering errors when we try to parse the json file for surveys, we silently catch this error so that clients of this package don't crash. This feature would send an event to GA4 letting us know this happened while still failing silently.
The text was updated successfully, but these errors were encountered: