HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kaave

no profile record

投稿

My small SaaS got recommended my Google in the AI search overview

4 ポイント·投稿者 kaave·5 か月前·4 コメント

Ship fast(by marc lou) doesnt have error tracking. I wrote a guide showing how

bugmail.site
1 ポイント·投稿者 kaave·6 か月前·1 コメント

Show HN: Made a simple way to catch production errors with 4 lines of code

bugmail.site
1 ポイント·投稿者 kaave·6 か月前·0 コメント

コメント

kaave
·6 か月前·議論
just incase you need to track errors and bugs with no config hell and bloated dashboard, been working on Bugmail , its basically gmail but for bugs
kaave
·6 か月前·議論
incase you'd need to track bugs since its you built with AI

you can use Bugmail (its low effort to setup)
kaave
·6 か月前·議論
might be unrelated , but i use Bugmail , it just notifies me when something is down or something breaks in production , with user context and breadcrumbs, that way i can reach out directly. had issues with the overwhelming dashboards w sentry and the rest so i made mine look like gmail , so its easier to triage the errors.

like i said , it might be unrelated , but you might need this tho
kaave
·6 か月前·議論
so i bought shipfast few weeks ago and noticed something, there is no error tracking included in the stack, i mean this is good for "shipping fast" really but IMO , i feel error tracking should be included especially for launch day traffic. Most users might encounter bugs and errors on launch day , and not having a way to track it is risky(you will lose a lot of customers) and as humans , we dont have that time or patience to text support or try again, we just leave the site and never come back

so i wrote a guide on how to add error tracking to your ship fast stack using Bugmail.

chose bugmail cos i built it and its very simple to use and indie friendly , you can literally get started with 4 lines of code no config hell, or bloat or confusing dashboards (bugmail is just an interface that looks like gmail ) so the way it works is ;

when something breaks in prod , i get an email , i go to my dashboard , see the stack trace , user context and breadcrumbs(this way i can see what the user did ) and an ai analysis of the bug and suggested fixes

basically a 2 minutes setup , so while you're shipping fast , you can get notified when something breaks