pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
952 stars 146 forks source link

Add support for multiple success status codes for toolbar display #155

Closed Sruthin86 closed 2 years ago

Sruthin86 commented 3 years ago

We encountered a scenario where we need the toolbar to be displayed on additional status codes, so our team added functionality which enables the toolbar display on multiple success status codes.

jeffwidman commented 2 years ago

Why don't you break the relevant bits into separate PR's as it will be easier to triage/discuss the individual topics that way?

natecollins commented 2 years ago

For sure, Jeff. We'll get these changes split up properly and then re-submit them.

Sruthin86 commented 2 years ago

Closing this request as our team got in touch with the maintainer and are working towards a solution in a different branch