From fd86840a63a9399afd844a3072c21ba2b069b6fc Mon Sep 17 00:00:00 2001 From: Stefanie Taepke Date: Wed, 3 Sep 2025 10:45:41 +0200 Subject: [PATCH] feat: add note about ckanext-sentry based on sentry_sdk --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index f9ecb05..2be4d78 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ This extension builds on top of the previous work of: * @noirbizarre on https://github.com/etalab/ckanext-sentry * @rshk on https://github.com/opendatatrentino/ckanext-sentry +An alternative sentry-middleware-plugin that uses `sentry_sdk` (as `raven` is no longer supported) can be found here: [ckanext-sentry](https://github.com/stefina/ckanext-sentry) + Installation ------------