lib/sinatra/toadhopper.rb in toadhopper-sinatra-0.5 vs lib/sinatra/toadhopper.rb in toadhopper-sinatra-0.6
- old
+ new
@@ -22,10 +22,11 @@
},
:session => {
:key => 42, # Doesn't apply to Rack sessions
:data => session
}
- }
+ },
+ {'X-Hoptoad-Client-Name' => 'toadhopper-sinatra'}
)
end
end
def self.registered(app)
app.set :hoptoad, {}