Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(metrics): change api module from splunk logging to axios (#1304)
Browse files Browse the repository at this point in the history
* feat(metrics): new splunk metrics sender

* feat(metrics): update package-lock json files

* feat(metrics): create new package locks for sfpowerscripts-cli

* fix(metrics): new api callout via axios

* fix(metrics): delete async identifier

* fix(metics): fix count json property after devhub tests

* fix(metrics): fix testrun issue for axios module import

---------

Co-authored-by: Azlam <[email protected]>
Co-authored-by: R6736 <[email protected]>
  • Loading branch information
3 people authored May 8, 2023
1 parent 88125fa commit 7b36efd
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 171 deletions.
3 changes: 3 additions & 0 deletions packages/core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ module.exports = {
},
},
transformIgnorePatterns: ['/node_modules/(?!@salesforce/source-deploy-retrieve)(.*)'],
moduleNameMapper: {
'^axios$': require.resolve('axios'),
}
};
Loading

0 comments on commit 7b36efd

Please sign in to comment.