DEV just kicked off their Big Summer Bug Smash, an event all about fixing bugs and optimizing performance in existing projects.
And guess what? There's a dedicated Sentry prize category. Participants that use Sentry to improve their apps will qualify for Best Use of Sentry. Three winners in the category will receive:
- $500 USD
- Limited Edition Sentry Skateboard
- Exclusive Winner Badge
We can't wait to see your submissions roll in!
Top comments (10)
What are the most interesting ways bug detection is evolving? What novel patterns do Sentry's tools support or rely on?
Can't wait to see the use of Sentry for this challenge :D
Does the "Best Use of Sentry" category reward catching a bug that never throws? My strongest use isn't an exception, it's tracing a silent correctness bug in a RAG pipeline: retrieved context gets truncated over the token budget, no error, green tests, wrong answer only in production. Do you weigh surfacing a non-crashing defect through spans/tracing as strongly as fixing a crash or a slow endpoint?
@vinimabreu this definitely counts and we'd love for you to expand on the details in your submission, if you decide to participate!
Thanks Jess, already in! The submission went live yesterday: dev.to/vinimabreu/clear-the-lineup...
It walks the full trace: the span where retrieved context crossed the token budget, the silent truncation, and the wrong answer it produced downstream, then the fix verified against the same trace. Glad to hear the category treats silent correctness bugs with the same weight as crashes.
From my understanding Sentry automatically detects errors when an application crashes and groups similar occurrences into a single "issue" rather than overwhelming developers with duplicate alerts.
This is amazing. I will be there for you.
Whaaaa, this is awesome, screw the money I just want that sweet board!
How should teams prioritize jumping on bugs as soon as they are visible vs triaging them for the backlog?
What's the best approach for automatically opening PRs via AI based on production bugs?