Relative Content

Tag Archive for pythondatadog

Manual exception logging in datadog

Datadog appears to only log uncaught exceptions, but there are certain caught exceptions that I would like to log as exception as well. I’ve been trying to log them manually by adding them to a span, but they aren’t showing up under datadog’s error tracking tab. What am I doing incorrectly?