as-event-tracker
Version:
Logs events in the browser based on client interactions.
16 lines • 543 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Validation = exports.Send = void 0;
exports.Send = {
"UrlError": "No tracking url set",
"Request": "Tracking with payload",
"Response": "Tracking response",
"Error": "Error logging event"
};
exports.Validation = {
"EventType": "Event type of",
"MetaDataType": "Incorrect Meta Data type recieved",
"RequiresType": "requires a type of",
"RecievedType": "but recieved a type of"
};
//# sourceMappingURL=lang.js.map
;