From 8337e103fc4a06cb2ffd57fd6c018e4ac02a39ed Mon Sep 17 00:00:00 2001 From: callmegar Date: Sat, 14 Mar 2020 01:31:25 -0500 Subject: [PATCH 1/2] Adding LogRocket to Crash and Exception Handling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff14b10d..7359bd37 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,7 @@ Table of Contents * [bugsnag.com](https://www.bugsnag.com/) — Free for up to 2,000 errors/month after the initial trial * [honeybadger.io](https://www.honeybadger.io) - Exception, uptime, and cron monitoring that's so awesome, you'll wish your site had more errors. Honeybadger is free for solo devs and open-source projects (12,000 errors/month). + * [logrocket.io](https://www.logrocket.com) - Logging and session replay for javaScript apps. Free for 1,000 sessions a month, 14 days retention * [rollbar.com](https://rollbar.com/) — Exception and error monitoring, free plan with 5,000 errors/month, unlimited users, 30 days retention * [sentry.io](https://sentry.io/) — Sentry tracks app exceptions in real-time, has a small free plan. Free for 5k errors per month/ 1 user, unrestricted use if self-hosted From a3e52958b54811a7d3da94d8e0d78792242ef98e Mon Sep 17 00:00:00 2001 From: callmegar Date: Sat, 14 Mar 2020 01:33:07 -0500 Subject: [PATCH 2/2] Fixed case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7359bd37..0b3b0afa 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ Table of Contents * [bugsnag.com](https://www.bugsnag.com/) — Free for up to 2,000 errors/month after the initial trial * [honeybadger.io](https://www.honeybadger.io) - Exception, uptime, and cron monitoring that's so awesome, you'll wish your site had more errors. Honeybadger is free for solo devs and open-source projects (12,000 errors/month). - * [logrocket.io](https://www.logrocket.com) - Logging and session replay for javaScript apps. Free for 1,000 sessions a month, 14 days retention + * [logrocket.io](https://www.logrocket.com) - Logging and session replay for javascript apps. Free for 1,000 sessions a month, 14 days retention * [rollbar.com](https://rollbar.com/) — Exception and error monitoring, free plan with 5,000 errors/month, unlimited users, 30 days retention * [sentry.io](https://sentry.io/) — Sentry tracks app exceptions in real-time, has a small free plan. Free for 5k errors per month/ 1 user, unrestricted use if self-hosted