Skip to main content

markLrIdentified()

function markLrIdentified(userKey: string): void;

Marks LogRocket as already identified for the given user key. Call after an explicit logRocket.identify() to prevent ensureLrIdentified from re-identifying the same user.

Parameters

userKey

string

the user_key that was identified

Returns

void