-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tooling): add sentry and amplitude analytics to wallet and explo…
…rer (#3945) * feat: enable sentry for testnet tracking * feat: add sentry envs and webpack configurations * refactor: localnet network name * feat: add production configurations * feat(tooling-sdk): Add a default env value empty for SENTRY_AUTH_TOKEN * feat: update nightlhy wallet build to use dev and not sentry * feat: configure sentry in explorer * feat: add amplitude support in the wallet * feat(tooling-wallet): Restore the lib path in wallet/ampli.json * feat(tooling-wallet): Fix wrong branch in wallet/ampli.json * feat(tooling-explorer): Update explorer ampli.json * feat(tooling-explorer): Update explorer amplitude types config * feat(tooling-wallet): Format ampli.json * feat(tooling-wallet): Remove SENTRY token env from wallet_rc workflow * refactor(ci): Add nightly-only type of build * fmt * feat(wallet): Update sentry DSNs to EU * feat(wallet): Update org for sentry plugin source maps upload * feat(explorer):Update sentry DSNs to EU * fix: nightly envs --------- Co-authored-by: Mario Sarcevic <[email protected]> Co-authored-by: marc2332 <[email protected]>
- Loading branch information
1 parent
753ecf0
commit 6fec2b0
Showing
28 changed files
with
115 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
VITE_SENTRY_SAMPLE_RATE=xxxxxxx | ||
VITE_PROD_SENTRY_DSN=xxxxxxx | ||
VITE_DEV_SENTRY_DSN=xxxxxxx | ||
VITE_AMPLI_PROD_API_KEY=xxxxxxx | ||
VITE_AMPLI_DEV_API_KEY=xxxxxxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"Zone": "us", | ||
"OrgId": "216883", | ||
"WorkspaceId": "cee48712-5b35-403d-af7e-a46bf71ee2c7", | ||
"SourceId": "f2439a98-2bcd-4e46-a2a5-38662eda6d51", | ||
"Zone": "eu", | ||
"OrgId": "100007351", | ||
"WorkspaceId": "141ec983-01d0-4494-a140-3463d0a8ce27", | ||
"SourceId": "ba177631-4a93-48e1-91f4-c45b3ac4d63f", | ||
"Branch": "main", | ||
"Version": "1.0.0", | ||
"VersionId": "81db59d9-e06e-4c91-be42-e1b536a9f68a", | ||
"Runtime": "browser:typescript-ampli-v2", | ||
"Platform": "Browser", | ||
"Language": "TypeScript", | ||
"SDK": "@amplitude/analytics-browser@^1.0", | ||
"Branch": "main", | ||
"Version": "1.0.0", | ||
"VersionId": "e04b8300-7375-4e37-a47e-7eb097e55c65", | ||
"Path": "./src/utils/analytics/ampli" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"Zone": "us", | ||
"OrgId": "216883", | ||
"WorkspaceId": "d08bae31-a74f-45c2-985d-2f5dc943b2ea", | ||
"SourceId": "409326bd-fc3f-453e-9275-0bab406831d2", | ||
"Branch": "main", | ||
"Version": "3.0.0", | ||
"VersionId": "e417ca76-bc93-4e57-b900-d5cd7c4b033c", | ||
"Zone": "eu", | ||
"OrgId": "100007351", | ||
"WorkspaceId": "114d6e91-e23e-4185-9235-5d8bf8fac617", | ||
"SourceId": "0bdd0a01-5a4b-4659-86b6-9413d1341b4e", | ||
"Runtime": "browser:typescript-ampli-v2", | ||
"Platform": "Browser", | ||
"Language": "TypeScript", | ||
"SDK": "@amplitude/analytics-browser@^1.0", | ||
"Branch": "main", | ||
"Version": "1.0.0", | ||
"VersionId": "bc7a9c07-e259-439c-b48c-026b16a8a548", | ||
"Path": "./src/shared/analytics/ampli" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.