Skip to content

Commit

Permalink
chore: update otel collector urls (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankypant authored Dec 13, 2023
1 parent 15be78b commit b105ee4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const environment: Environment = {
mockEnabled: true,
isTelemetryTracerEnabled: true,
bbApiKey: 'a554d1b4-6514-4f33-8211-3f52a03ca142',
telemetryCollectorURL: 'https://botel.bartbase.com/v1/traces',
telemetryCollectorURL: 'https://rum-collector.backbase.io/v1/traces',
env: 'mock',
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const environment: Environment = {
},
isTelemetryTracerEnabled: true,
bbApiKey: 'a554d1b4-6514-4f33-8211-3f52a03ca142',
telemetryCollectorURL: 'https://botel.bartbase.com/v1/traces',
telemetryCollectorURL: 'https://rum-collector.backbase.io/v1/traces',
env: 'production',
};

Expand Down
2 changes: 1 addition & 1 deletion apps/golden-sample-app/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const environment: Environment = {
},
isTelemetryTracerEnabled: true,
bbApiKey: 'a554d1b4-6514-4f33-8211-3f52a03ca142',
telemetryCollectorURL: 'https://botel.bartbase.com/v1/traces',
telemetryCollectorURL: 'https://rum-collector.backbase.io/v1/traces',
env: 'local',
};

Expand Down

0 comments on commit b105ee4

Please sign in to comment.