-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add usage data metrics for sandbox (#642)
* feat: Add usage data metrics for sandbox * update api * add more tests * add changeset * fix automated tests * Refactor packageJsonReader * update tsconfig * add comments * Add usage data emitter factory * Update interface of usage metrics to take metrics and dimensions * is it better? * remove extra variable * changing to 'on' data listener * update snapshots * minor changes * change to use readline * PR updates * Move the uuid types dep * PR updates * update to use __dirname * update snapshots * Replace package json reeader in create-amplify * small rename * remove packageJson.name from installationId
- Loading branch information
1 parent
688db7b
commit 70685f3
Showing
64 changed files
with
2,524 additions
and
1,462 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@aws-amplify/backend-output-storage': patch | ||
'@aws-amplify/integration-tests': patch | ||
'@aws-amplify/backend-deployer': patch | ||
'create-amplify': patch | ||
'@aws-amplify/platform-core': patch | ||
'@aws-amplify/sandbox': patch | ||
'@aws-amplify/backend-cli': patch | ||
--- | ||
|
||
Add usage data metrics |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.