Shipyrd의 Honeybadger, Rollbar, AppSignal 연동 지원: 웹훅으로 배포 추적 간소화

Shipyrd가 Honeybadger, Rollbar, AppSignal과의 연동을 지원하여 별도의 코드 수정이나 젬 설치 없이 배포 마커를 추적할 수 있게 되었다.

🔗 원문 보기

Shipyrd의 Honeybadger, Rollbar, AppSignal 연동 지원: 웹훅으로 배포 추적 간소화

Shipyrd가 Honeybadger, Rollbar, AppSignal과의 연동을 지원하여 별도의 코드 수정이나 젬 설치 없이 배포 마커를 추적할 수 있게 되었다.

Ruby-News | 루비 AI 뉴스

I’ve started working on replacing #rollbar with #sentry for my app #smashtunes. I was getting in some very incidental crashes because of Rollbar. Rollbar should give me insight into potentential crashes not be a cause of them. Maybe it has to do with SmashTunes being a #macOS app and the Rollbar library only being for #iOS. I don’t know, but I’m switching over.

So far Sentry looks promising. Does anyone have good experiences with maybe other tools like these?

🐍 Are you using #Rollbar and want to add Celery to your web app? This is how I did that to give my #Django app the ability to run async tasks. https://www.mattlayman.com/blog/2017/django-celery-rollbar/
Rollbar monitoring of Celery in a Django app · Matt Layman

Rollbar provides some excellent middleware that makes setup a snap for a Django application. But what if you're running Celery with your Django application too? There are a few bumps in the road that I'll explain how to resolve.

Matt Layman
🐍 Are you using #Rollbar and want to add Celery to your web app? This is how I did that to give my #Django app the ability to run async tasks. https://www.mattlayman.com/blog/2017/django-celery-rollbar/
Rollbar monitoring of Celery in a Django app · Matt Layman

Rollbar provides some excellent middleware that makes setup a snap for a Django application. But what if you're running Celery with your Django application too? There are a few bumps in the road that I'll explain how to resolve.

Matt Layman
🐍 Are you using #Rollbar and want to add Celery to your web app? This is how I did that to give my #Django app the ability to run async tasks. https://www.mattlayman.com/blog/2017/django-celery-rollbar/
Rollbar monitoring of Celery in a Django app · Matt Layman

Rollbar provides some excellent middleware that makes setup a snap for a Django application. But what if you're running Celery with your Django application too? There are a few bumps in the road that I'll explain how to resolve.

Matt Layman
🐍 Are you using #Rollbar and want to add Celery to your web app? This is how I did that to give my #Django app the ability to run async tasks. https://www.mattlayman.com/blog/2017/django-celery-rollbar/
Rollbar monitoring of Celery in a Django app · Matt Layman

Rollbar provides some excellent middleware that makes setup a snap for a Django application. But what if you're running Celery with your Django application too? There are a few bumps in the road that I'll explain how to resolve.

Matt Layman
🐍 Are you using #Rollbar and want to add Celery to your web app? This is how I did that to give my #Django app the ability to run async tasks. https://www.mattlayman.com/blog/2017/django-celery-rollbar/
Rollbar monitoring of Celery in a Django app · Matt Layman

Rollbar provides some excellent middleware that makes setup a snap for a Django application. But what if you're running Celery with your Django application too? There are a few bumps in the road that I'll explain how to resolve.

Matt Layman

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

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. https://github.com/hckr-studio/cloudflare-pages-plugin-rollbar
GitHub - hckr-studio/cloudflare-pages-plugin-rollbar: Rollbar integration plugin for Cloudflare Pages

Rollbar integration plugin for Cloudflare Pages. Contribute to hckr-studio/cloudflare-pages-plugin-rollbar development by creating an account on GitHub.

GitHub