#rollbar — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rollbar, aggregated by home.social.
-
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...
-
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...
-
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...
-
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...
-
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...
-
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
-
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
-
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
-
#Rollbar provides an efficient way to log errors from
#CraftCMS without requiring a plugin. This streamlined approach can enhance the efficiency of your error-logging tasks.https://johnhenry.ie/articles/2024/08/error-reporting-with-rollbar-and-craft-cms
-
W00t. My little writeup from Rollbar is live! https://rollbar.com/blog/alisons-story-with-rollbar/ #Rollbar
I genuinely and truly love Rollbar as a service. Adding it to customer installs is one of the smartest choices I made when I started Grokability, and it's one that pays for itself several times over every single month.
-
W00t. My little writeup from Rollbar is live! https://rollbar.com/blog/alisons-story-with-rollbar/ #Rollbar
I genuinely and truly love Rollbar as a service. Adding it to customer installs is one of the smartest choices I made when I started Grokability, and it's one that pays for itself several times over every single month.
-
W00t. My little writeup from Rollbar is live! https://rollbar.com/blog/alisons-story-with-rollbar/ #Rollbar
I genuinely and truly love Rollbar as a service. Adding it to customer installs is one of the smartest choices I made when I started Grokability, and it's one that pays for itself several times over every single month.
-
W00t. My little writeup from Rollbar is live! https://rollbar.com/blog/alisons-story-with-rollbar/ #Rollbar
I genuinely and truly love Rollbar as a service. Adding it to customer installs is one of the smartest choices I made when I started Grokability, and it's one that pays for itself several times over every single month.
-
W00t. My little writeup from Rollbar is live! https://rollbar.com/blog/alisons-story-with-rollbar/ #Rollbar
I genuinely and truly love Rollbar as a service. Adding it to customer installs is one of the smartest choices I made when I started Grokability, and it's one that pays for itself several times over every single month.
-
Here's an example of a Hanami provider in my app that configures an exception notifier.
Notice that:
1) It only starts in production env
2) Configuration is separated via `prepare` step
3) We set Rollbar as a regular error logger. This means that in other envs no special code is needed. You just do `logger.error(e)`
4) It's 🆒I *could* even add `stop` step that disables Rollbar but it's not needed in my app.
#hanami #ruby #framework #rollbar #webdev #webdevelopment #opensource #oss
-
Here's an example of a Hanami provider in my app that configures an exception notifier.
Notice that:
1) It only starts in production env
2) Configuration is separated via `prepare` step
3) We set Rollbar as a regular error logger. This means that in other envs no special code is needed. You just do `logger.error(e)`
4) It's 🆒I *could* even add `stop` step that disables Rollbar but it's not needed in my app.
#hanami #ruby #framework #rollbar #webdev #webdevelopment #opensource #oss
-
Here's an example of a Hanami provider in my app that configures an exception notifier.
Notice that:
1) It only starts in production env
2) Configuration is separated via `prepare` step
3) We set Rollbar as a regular error logger. This means that in other envs no special code is needed. You just do `logger.error(e)`
4) It's 🆒I *could* even add `stop` step that disables Rollbar but it's not needed in my app.
#hanami #ruby #framework #rollbar #webdev #webdevelopment #opensource #oss
-
Here's an example of a Hanami provider in my app that configures an exception notifier.
Notice that:
1) It only starts in production env
2) Configuration is separated via `prepare` step
3) We set Rollbar as a regular error logger. This means that in other envs no special code is needed. You just do `logger.error(e)`
4) It's 🆒I *could* even add `stop` step that disables Rollbar but it's not needed in my app.
#hanami #ruby #framework #rollbar #webdev #webdevelopment #opensource #oss
-
Here's an example of a Hanami provider in my app that configures an exception notifier.
Notice that:
1) It only starts in production env
2) Configuration is separated via `prepare` step
3) We set Rollbar as a regular error logger. This means that in other envs no special code is needed. You just do `logger.error(e)`
4) It's 🆒I *could* even add `stop` step that disables Rollbar but it's not needed in my app.
#hanami #ruby #framework #rollbar #webdev #webdevelopment #opensource #oss
-
Runa Capital closes Fund III at $157M, with an added focus on Quantum computing - VC fund Runa Capital was launched with $135M in 2010 and is perhaps best known for its investment i... more: http://feedproxy.google.com/~r/Techcrunch/~3/4T3jx4i-MHM/ #artificialintelligence #cloudinfrastructure #opensourcesoftware #quantumcomputing #machinelearning #sequoiacapital #venturecapital #sanfrancisco #runacapital #healthcare #schoolmint #companies #kreditech #paloalto #finance #rollbar #zipdrug