We are happy to announce ingest-file 3.19.1.
This release mainly integrates the Sentry SDK
dependency which enables support for sending errors and tracebacks to a Sentry instance. Worker support for this was added in servicelayer 1.21.0.
Note that to use Sentry you would have to set these environment variables:
- SENTRY_DSN (which you get when you create a project in Sentry)
- SENTRY_ENVIRONMENT (could be
production
,staging
etc.) - SENTRY_RELEASE (optional)