Created
May 1, 2017 17:20
-
-
Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.
Revisions
-
matagus created this gist
May 1, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ import newrelic.agent newrelic.agent.initialize('newrelic.ini') api = application = newrelic.agent.WSGIApplicationWrapper(falcon.API()) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ See [this issue](https://github.com/falconry/falcon/issues/797#issuecomment-221545133)