TrackEvent public class TrackEvent : Event The event that is published in case of a tracking possibility (e.g., errors) coming from the dynamic DOM. Documentation Code public Exception Error { get; } Error to be transported. public TrackEvent(string eventName, Exception error) Creates a new event for a tracking request.