-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Multiple recording support (process always active)
_ Added always active process recording mode with an env var: APPMAP_RECORDER_PROCESS_ALWAYS. - Removed the global recording: Recording instance and encapsulated new Recording instances (processRecording and nonProcessRecording) inside recorder.ts. - Changed related hooks to work with multiple possible recordings using getActiveRecordings(). - Added tests for test and remote recording for always active process recording mode: jest.test.ts, mocha.test.ts and httpServer.test.ts.
- Loading branch information
1 parent
5cfd49d
commit e00b81d
Showing
20 changed files
with
1,919 additions
and
223 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
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.