You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[c.SUBMITTERS_PUSH_FAILS,c.LOG_PREFIX_SYNC_SUBMITTERS+'Dropping %s after retry. Reason: %s.'],
15
15
[c.SUBMITTERS_PUSH_RETRY,c.LOG_PREFIX_SYNC_SUBMITTERS+'Failed to push %s, keeping data to retry on next iteration. Reason: %s.'],
16
16
// client status
17
-
[c.CLIENT_NOT_READY_FROM_CACHE,'%s: the SDK is not ready to evaluate. Results may be incorrect%s. Make sure to wait for SDK readiness before using this method.'],
17
+
[c.CLIENT_NOT_READY_FROM_CACHE,'%s: the SDK is not ready to evaluate. Results may be incorrect. Make sure to wait for SDK readiness before using this method.'],
18
18
[c.CLIENT_NO_LISTENER,'No listeners for SDK_READY event detected. Incorrect control treatments could have been logged if you called getTreatment/s while the SDK was not yet synchronized with the backend.'],
19
19
// input validation
20
20
[c.WARN_SETTING_NULL,'%s: Property "%s" is of invalid type. Setting value to null.'],
* Tracks an event to be fed to the results product on Split user interface.
2396
+
*
2397
+
* @param key - The key that identifies the entity related to this event.
2398
+
* @param trafficType - The traffic type of the entity related to this event. See {@link https://developer.harness.io/docs/feature-management-experimentation/management-and-administration/fme-settings/traffic-types/}
2399
+
* @param eventType - The event type corresponding to this event.
2400
+
* @param value - The value of this event.
2401
+
* @param properties - The properties of this event. Values can be string, number, boolean or null.
2402
+
* @returns A promise that resolves with a boolean indicating whether the event was added to the queue successfully or not.
0 commit comments