Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1878 from AudiusProject/jn-con-385
Browse files Browse the repository at this point in the history
[CON-385] Add tracer to web client
  • Loading branch information
jonaylor89 committed Sep 14, 2022
2 parents 5f335bb + cab5181 commit 9c6c067
Show file tree
Hide file tree
Showing 9 changed files with 6,481 additions and 63 deletions.
10 changes: 10 additions & 0 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6,072 changes: 6,072 additions & 0 deletions packages/eslint-config-audius/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/web/.env/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ REACT_APP_COGNITO_TEMPLATE_ID=flwtmp_eMMe8VQGrKvLCX

REACT_APP_FINGERPRINT_PUBLIC_API_KEY=MNtDQ4NCsNSP7YOkOiQT
REACT_APP_FINGERPRINT_ENDPOINT=https://fp.audius.co

REACT_APP_OTEL_TRACING_ENABLED=true
REACT_APP_OTEL_COLLECTOR_URL=
5 changes: 4 additions & 1 deletion packages/web/.env/.env.stage
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ REACT_APP_COGNITO_KEY=sandbox_publishable_key_e61e1acfe63bd1760827b68d4f00245b
REACT_APP_COGNITO_TEMPLATE_ID=flwtmp_7ZUYaBUFLeNhJw

REACT_APP_FINGERPRINT_PUBLIC_API_KEY=Rz2A3Y5YGSg9K80VgKPi
REACT_APP_FINGERPRINT_ENDPOINT=https://fp.staging.audius.co
REACT_APP_FINGERPRINT_ENDPOINT=https://fp.staging.audius.co

REACT_APP_OTEL_TRACING_ENABLED=true
REACT_APP_OTEL_COLLECTOR_URL=

0 comments on commit 9c6c067

Please sign in to comment.