noirbizarre / flask-restplus

Fully featured framework for fast, easy and documented API development with Flask
http://flask-restplus.readthedocs.org
Other
2.74k stars 506 forks source link

DDtrace auto instrumentation does not work for flaskrestplus apis PATCH, POST #801

Open kasturichavan opened 4 years ago

kasturichavan commented 4 years ago

Does DDtrace work automatically with flask restplus resources ? Our Get resource is getting traced but not Post, Patch .

Environment

ddtrace==0.33.0 Flask==1.0.4 flask-restplus==0.13.0 python==3.6.8