getappmap / getappmap/appmap-python
Enable process recording by default
Open
@apotterri is already working on this.
Since Aug 14, 2024.
enhancement
navie-plan
- Dominant language
- Python
- Stars
- 104
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Implement a pattern that's working well in the node agent:
- Process recording is enabled by default
- If a request, remote, or test recording begins, the process recording is aborted
- Process recording can be further controlled with env var
APPMAP_RECORDER_PROCESS_ALWAYS- When truthy, process recording remains enabled even if another recording method would otherwise abort it.
- When falsey, process recording does not begin on startup.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.