rollbar / pyrollbar

Error tracking and logging from Python to Rollbar
https://docs.rollbar.com/docs/python/
MIT License
213 stars 135 forks source link

Remove deprecated flask before_first_request #428

Closed albertyw closed 1 year ago

albertyw commented 1 year ago

Description of the change

Flask v2.3.0 removes its deprecated before_first_request decorator (see changelog). This updates the flask example to replace the decorator with an equivalent example.

Type of change

Related issues

Checklists

Development

Code review