trackFailureEvent

Tracks a FailureEvent.

trackFailureEvent = (parameters: {
tracker: Tracker,
message: string,
locationStack?: LocationStac,
globalContexts?: GlobalContexts
}) => Promise<TrackerEvent>
caution

This is a lower-level API.

Event Tracking Hooks are preferable as they automate retrieving both the Tracker instance and LocationStack. In fact, the do use these lower-level APIs internally.

Parameters

type
requiredtrackerReactNativeTracker
requiredmessagestring
optionallocationStackLocationStack
optionalglobalContextsGlobalContexts

Returns

Promise<TrackerEvent>

Usage