Click stream events added (#62)

Click stream events added
This commit is contained in:
Aman Chaturvedi
2023-01-18 16:39:24 +05:30
committed by GitHub Enterprise
parent 9760873016
commit 69a08bdf3e
47 changed files with 796 additions and 92 deletions

View File

@@ -1,2 +1,3 @@
export const BASE_AV_APP_URL = 'https://dev-longhorn-server.np.navi-tech.in/av';
export const SENTRY_DSN = 'https://877396e88a2b4f78b911016c64f9121a@glitchtip.cmd.navi-tech.in/155';
export const SENTRY_DSN = 'https://877396e88a2b4f78b911016c64f9121a@glitchtip.cmd.navi-tech.in/155';
export const JANUS_SERVICE_URL = 'https://dev-longhorn-portal.np.navi-tech.in/api/events/json';

View File

@@ -1,2 +1,3 @@
export const BASE_AV_APP_URL = 'https://qa-longhorn-server.np.navi-tech.in/av';
export const SENTRY_DSN = 'https://877396e88a2b4f78b911016c64f9121a@glitchtip.cmd.navi-tech.in/155';
export const SENTRY_DSN = 'https://877396e88a2b4f78b911016c64f9121a@glitchtip.cmd.navi-tech.in/155';
export const JANUS_SERVICE_URL = 'https://qa-longhorn-portal.np.navi-tech.in/api/events/json';