getappmap / getappmap/appmap-python
Modules imported by the agent aren't instrumented for the app
Abierto
@apotterri ya está trabajando en esto.
Desde el 15/1/2023.
appmap-python
bug
- Lenguaje dominante
- Python
- Estrellas
- 104
- Forks
- 17
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.