scout_apm_python
scout_apm_python copied to clipboard
Test and document Flask-SQLAlchemy with delayed init_app
SQLAlchemy() allows construction without app set, waiting until a later init_app() call. We should test and document this case - it may mean instrument_sqlalchemy() shouldn't be called until after init_app().
https://flask-sqlalchemy.palletsprojects.com/en/2.x/api/#flask_sqlalchemy.SQLAlchemy