Flask-MonitoringDashboard icon indicating copy to clipboard operation
Flask-MonitoringDashboard copied to clipboard

Profile without code by line

Open dreamfalcon opened this issue 5 years ago • 2 comments

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 image

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)

dreamfalcon avatar Mar 06 '20 15:03 dreamfalcon

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

FlyingBird95 avatar Mar 06 '20 15:03 FlyingBird95

image

dreamfalcon avatar Mar 06 '20 15:03 dreamfalcon