UNPKG

highlight.run

Version:

Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.

8 lines (7 loc) 267 B
export declare enum SESSION_STORAGE_KEYS { SEGMENT_LAST_SENT_HASH_KEY = "HIGHLIGHT_SEGMENT_LAST_SENT_HASH_KEY", SESSION_ID = "sessionID", SESSION_DATA = "sessionData", USER_IDENTIFIER = "highlightIdentifier", USER_OBJECT = "highlightUserObject" }