-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable process recording by default #366
Comments
Title:Enable Process Recording by Default with Conditional Abortion and Control via Environment Variable Problem:The current implementation of the AppMap Python agent does not enable process recording by default. The requirement is to enable process recording on startup by default, allow its abortion when request, remote, or test recording begins, and introduce additional configurability by using the environment variable Analysis:To achieve this functionality, multiple aspects need to be considered:
Proposed Changes:
These changes collectively ensure that process recording is enabled by default while allowing it to be controlled and conditioned by the presence of other types of recordings and an additional environment variable. |
Implement a pattern that's working well in the node agent:
APPMAP_RECORDER_PROCESS_ALWAYS
See also: https://github.com/getappmap/appmap-node/blob/a8b9fbf6c5bbf384fb5f0556b49c0525379ea837/src/recorder.ts#L16
The text was updated successfully, but these errors were encountered: