Skip to content

Commit b849010

Browse files
authored
Reverts removal of flask_restful hooks. (#705)
1 parent 864f086 commit b849010

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

newrelic/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,11 @@ def _process_module_builtin_defaults():
21622162
)
21632163

21642164
_process_module_definition("flask_restful", "newrelic.hooks.component_flask_rest", "instrument_flask_rest")
2165+
_process_module_definition(
2166+
"flask_restplus.api",
2167+
"newrelic.hooks.component_flask_rest",
2168+
"instrument_flask_rest",
2169+
)
21652170
_process_module_definition(
21662171
"flask_restx.api",
21672172
"newrelic.hooks.component_flask_rest",

0 commit comments

Comments
 (0)