We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bdc91 commit 4baa197Copy full SHA for 4baa197
src/environments/environment.ts
@@ -1,8 +1,7 @@
1
export const environment = {
2
production: false,
3
title: 'Local Environment Heading',
4
- LIGHTSTEP_ACCESS_TOKEN:
5
- $LIGHTSTEP_ACCESS_TOKEN,
6
- OTEL_EXPORTER_OTLP_ENDPOINT: 'https://ingest.lightstep.com:443/traces/otlp/v0.9',
+ LIGHTSTEP_ACCESS_TOKEN: $LIGHTSTEP_ACCESS_TOKEN,
+ OTEL_EXPORTER_OTLP_ENDPOINT: $OTEL_EXPORTER_OTLP_ENDPOINT,
7
OTEL_SERVICE_NAME: 'angular-frontend',
8
};
0 commit comments