Skip to content

Commit

Permalink
refactor: retrieve clarity id from cookies instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Jan 8, 2025
1 parent dae5e80 commit e79312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const SERVER_WEBSOCKET_URL =
export const SERVER_WEBSOCKET_PROTOCOL = websocketProtocol;
export const ANALYTICS_DATA_DOMAIN = Cookies.get("scrumlr__analytics_data_domain");
export const ANALYTICS_SRC = Cookies.get("scrumlr__analytics_src");
export const CLARITY_ID = process.env.REACT_APP_CLARITY_ID;
export const CLARITY_ID = Cookies.get("scrumlr__clarity_id");

0 comments on commit e79312d

Please sign in to comment.