Skip to content

Commit

Permalink
fix: no faro setup in local
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 30, 2024
1 parent a5a00e9 commit bd691f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/vre/shared/app-analytics/src/lib/grafana-faro.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export class GrafanaFaroService {
constructor(private readonly _appConfig: AppConfigService) {}

setup() {
if (this._appConfig.dspInstrumentationConfig.environment === 'local-dev') {
return;
}

this.faro = initializeFaro({
url: 'https://faro-collector-prod-eu-west-2.grafana.net/collect/66166d1b81448a1cca47cde470d9ec98',
app: {
Expand Down

0 comments on commit bd691f4

Please sign in to comment.