Skip to content

Commit

Permalink
Update init-trackers.js from prod-stage to prod-test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhou authored Oct 4, 2024
1 parent 9908ff6 commit fcd1204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/app/static/js/helpers/init-trackers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getUserGroups, getUserType } from './trackers';
function initTrackers() {
const version = `portal-ui-react@${PACKAGE_VERSION}`;
const environment = sentryEnv;
const shouldReport = ['prod', 'prod-stage'].includes(environment);
const shouldReport = ['prod', 'prod-test'].includes(environment);

initializeFaro({
url: 'https://faro-collector-prod-us-east-0.grafana.net/collect/77a0efade67edd876ae6c63ebb2d825c',
Expand Down

0 comments on commit fcd1204

Please sign in to comment.