Subscribe to
Ruby Magic
Magicians never share their secrets. But we do. Sign up for our Ruby Magic email series and receive deep insights about garbage collection, memory allocation, concurrency and much more.
We’ve just released version 0.11.13
of our AppSignal gem with tons of changes.
Padrino is a Ruby framework built upon the Sinatra web library. Sinatra is a DSL for creating simple web applications in Ruby. Padrino was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!
Want to monitor Padrino? Here’s the documentation for integrating AppSignal with Padrino.
(Rails) Rake task monitoring is now officially supported by our gem.
Just add require 'appsignal/integrations/rake'
to your Rakefile in the Rails root, and any exception in the task will be caught and sent to AppSignal. Find out more about Rake task monitoring in our docs.
The AppSignal gem is now able to send its data through a proxy by adding http_proxy
to your appsignal.yml
configuration file, eg:
1 2 3 4 | development: <<: *defaults active: true http_proxy: "http://10.10.10.10:8888" |
Many thanks to Bruno Alvares da Costa for the Pull Request.
Besides these new features, we’ve fixed some bugs:
send_exception
As always, you can find the AppSignal gem at RubyGems.