brightin-archive / bretels

Base rails application used at Brightin
MIT License
1 stars 2 forks source link

Rake task exception tracking by default? #13

Closed egbert closed 10 years ago

egbert commented 10 years ago
Airbrake.configure do |config|
    # ...
    config.rescue_rake_exceptions = true
end
stefanroex commented 10 years ago

Why? For cronjobs?

egbert commented 10 years ago

yes

jvdp commented 10 years ago

:+1:

stefanroex commented 10 years ago

Added this in 3375f9b. Closed.

egbert commented 10 years ago

Wow, fast!