Skip to content

Commit

Permalink
Reverts removal of flask_restful hooks. (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Dec 1, 2022
1 parent 864f086 commit b849010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions newrelic/config.py
Expand Up @@ -2162,6 +2162,11 @@ def _process_module_builtin_defaults():
)

_process_module_definition("flask_restful", "newrelic.hooks.component_flask_rest", "instrument_flask_rest")
_process_module_definition(
"flask_restplus.api",
"newrelic.hooks.component_flask_rest",
"instrument_flask_rest",
)
_process_module_definition(
"flask_restx.api",
"newrelic.hooks.component_flask_rest",
Expand Down

0 comments on commit b849010

Please sign in to comment.