getappmap / getappmap/appmap-python
Modules imported by the agent aren't instrumented for the app
Đang mở
@apotterri đang làm issue này rồi.
Từ ngày 15/1/2023.
appmap-python
bug
- Ngôn ngữ chính
- Python
- Star
- 104
- Fork
- 17
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
A module that's imported by appmap-python won't have it's functions instrumented when it's imported by application code.
For example, appmap-python imports the json library. If an application also imports json, it will use the existing entry from sys.modules. The functions won't be instrumented, which also means they won't be auto-labeled.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.