MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / identify

Function identify

frontend/src/utils/logRocket/index.ts:22–29  ·  view source on GitHub ↗
(user: User)

Source from the content-addressed store, hash-verified

20};
21
22const identify = (user: User) => {
23 if (isLogRocketEnabled()) {
24 LogRocket.identify(user.id, {
25 name: user.fullName,
26 email: user.email,
27 });
28 }
29};
30
31export const useLogRocket = () => ({
32 isLogRocketEnabled,

Callers

nothing calls this directly

Calls 1

isLogRocketEnabledFunction · 0.85

Tested by

no test coverage detected