Flask-MonitoringDashboard
Flask-MonitoringDashboard copied to clipboard
Profile without code by line
Describe the bug I enabled the level 3 but the profile doesn't show the result by line, just the handler function.
Expected behavior Was expecting a tree with the each line of code.
Screenshots

Desktop (please complete the following information):
- OS: Win10
- Browser: Chrome
- FMD Version: 3.0.8
Additional context import flask_monitoringdashboard as dashboard def create_app(config_file_path=None): app = Flask(name, instance_relative_config=True, template_folder="static/templates") CORS(app, supports_credentials=True) Session(app) dashboard.config.init_from(file='config.cfg') dashboard.bind(app)
Hi @dreamfalcon,
Thanks for notifying this issue. Can you check the database for me to see whether there are some lines captured in the database?
The query will be:
SELECT * FROM StackLine WHERE request_id = 1;
Thanks in advance,
Patrick
