Skip to content

Instantly share code, notes, and snippets.

@matagus
Created May 1, 2017 17:20
Show Gist options
  • Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.
Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.

Revisions

  1. matagus created this gist May 1, 2017.
    4 changes: 4 additions & 0 deletions app.py
    Original 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())
    1 change: 1 addition & 0 deletions reference.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    See [this issue](https://github.com/falconry/falcon/issues/797#issuecomment-221545133)