News

Think back on your last J2EE project. Did you encounter situations when errors were never logged—or logged more than once? Did you spend countless hours tracking down a bug, whose real cause was ...
If you've ever wished for an easier way to track errors in Python-Django apps, Sentry could be the answer to your dreams. Let's get started with Sentry in Python.
Design & Dev Python errors? You probably made one of these silly mistakes Forgotten to close a brace or to add an indent? Many bugs have a simple fix July 17, 2021 - 1:00 pm ...
A common software antipattern is to log and rethrow exceptions in Java. Here we explain why doing so will make troubleshooting errors harder.