home.social

#rollbar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rollbar, aggregated by home.social.

  1. So if you're using #Rollbar and you use `deliver_now` and then try to capture any errors with a `rescue`, you'lll discover that... well... They still get reported to Rollbar!

    Turns out, Rollbar automatically instruments `ActionMailer::MailDeliveryJob` and `deliver_now` uses `ActionMailer::MailDeliveryJob` under the covers, even tho the mail is being delivered synchronously!

    Anyway, that particular "gotcha!" cost us about 80 engineering hours. Should we have given up sooner? Probably...

    #Ruby #Rails #ActionMailer

  2. One thing I was missing on Cloudflare Pages is better errors' #observability. As I don't use Sentry, there was no easy way to use Rollbar. Until today. I published the #Rollbar plugin for #CloudflarePages to NPM. github.com/hckr-studio/cloudfl