Skip to content

Commit

Permalink
add newrelic asgi wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 25, 2024
1 parent 0611ab2 commit 97391e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions breathecode/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'breathecode.settings')

application = get_asgi_application()
# disable until I can make it work
# application = newrelic.agent.ASGIApplicationWrapper(application=application)
application = newrelic.agent.ASGIApplicationWrapper(application)

0 comments on commit 97391e3

Please sign in to comment.