Skip to content

Instantly share code, notes, and snippets.

@timonv
Created March 23, 2016 13:58

Revisions

  1. timonv created this gist Mar 23, 2016.
    5 changes: 5 additions & 0 deletions server.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    class Server < Sinatra::Base
    enable :loggin

    use Appsignal::Rack::Listener
    use Appsignal::Rack::SinatraInstrumentation