getappmap / getappmap/appmap-python
Running a Django app with auto-reloader prevents some functions from getting instrumented
未关闭
还没有人认领这个 Issue。
appmap-python
bug
- 主要语言
- Python
- 星标
- 104
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
To reproduce:
- clone https://github.com/redpointsec/vtm
- run the setup steps in its README, stop before running
./manage.py runserver pip install appmap./manage.py runserver- browse to http://localhost:8000/taskManager/dashboard/ (you'll have to log in first)
The resulting AppMap looks like this:

- stop the server, start it again as
./manage.py runserver --noreload - Browse to the dashboard, check out the resulting AppMap:

贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 vtm setup、./manage.py runserver 和 dashboard URL 重现该问题,然后使用 ./manage.py runserver --noreload 再次执行。比较生成的 AppMaps,以确定在 Django 的 auto-reloader 下缺少哪些函数。当重新加载配置产生的 instrumentation 与无重新加载运行时等效时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- django, python
- 领域
- backend, devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100