Skip to content

Commit

Permalink
Remove Twisted framework (#800)
Browse files Browse the repository at this point in the history
* Initial twisted commit

* Remove Twisted Framework
  • Loading branch information
lrafeei authored Apr 25, 2023
1 parent 153690f commit caef2cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 573 deletions.
13 changes: 0 additions & 13 deletions newrelic/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3014,19 +3014,6 @@ def _process_module_builtin_defaults():
"instrument_cornice_service",
)

# _process_module_definition('twisted.web.server',
# 'newrelic.hooks.framework_twisted',
# 'instrument_twisted_web_server')
# _process_module_definition('twisted.web.http',
# 'newrelic.hooks.framework_twisted',
# 'instrument_twisted_web_http')
# _process_module_definition('twisted.web.resource',
# 'newrelic.hooks.framework_twisted',
# 'instrument_twisted_web_resource')
# _process_module_definition('twisted.internet.defer',
# 'newrelic.hooks.framework_twisted',
# 'instrument_twisted_internet_defer')

_process_module_definition("gevent.monkey", "newrelic.hooks.coroutines_gevent", "instrument_gevent_monkey")

_process_module_definition(
Expand Down
Loading

0 comments on commit caef2cc

Please sign in to comment.