DEV Community

Cover image for I made a simple way to catch production Errors with 4 lines of code(No config)
Mark Kaave
Mark Kaave

Posted on • Originally published at bugmail.site

I made a simple way to catch production Errors with 4 lines of code(No config)

in 2025 one thing i got tired of was constantly getting feedback from people say "this is not working on the site" and i didnt want to go through all that "sentry" stress , yeah i know sentry isnt difficult to setup , but the dashboard kinda looked too overwhelming and "enterpriseyy" so i built gmail for bugs (basically you see your errors as emails in an inbox) and it takes 4 lines of code to get started

but the interesting part is , ive been able to create the nextjs SDK , and React and nodejs , so i'd recommend the full sdk setup , but the script tag is just a simple way to get started.

get started here: Here

Top comments (0)