Skip to content

Resolve "Sentry werkt niet in een debug omgeving"

Pieter van den Ham requested to merge 153-fix-sentry-in-debug into develop

Removed calls to sentry.captureException() by using exc_info=True instead. For this to be used we must enable logging for the SentryHandler to allow it to hook into the logging component.

Closes #153 (closed)

Relevant Sentry docs: https://docs.sentry.io/clients/python/integrations/logging/#usage

Merge request reports