From a978028742f1159391799716be411ffc34688eba Mon Sep 17 00:00:00 2001
From: Dennis Harrop <dennisjohnharrop@gmail.com>
Date: Sat, 25 Jan 2025 06:55:51 +0000
Subject: [PATCH] Update sentry integration docs to refernece `sentry-sdk`
 (#675)

Previously, the docs referenced `sentry-dramatiq` that has been
deprecated and merged into `sentry-python` (`sentry-sdk`)
---
 docs/source/cookbook.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/source/cookbook.rst b/docs/source/cookbook.rst
index ba59fd8c..4213b97b 100644
--- a/docs/source/cookbook.rst
+++ b/docs/source/cookbook.rst
@@ -181,9 +181,10 @@ Finally, instantiate and add it to your broker:
 Reporting errors with Sentry
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-Use `sentry-dramatiq`_.
+Use `sentry-sdk`_ and follow the `Dramatiq integration docs`_.
 
-.. _sentry-dramatiq: https://pypi.org/project/sentry-dramatiq/
+.. _sentry-sdk: https://pypi.org/project/sentry-sdk/
+.. _Dramatiq integration docs: https://docs.sentry.io/platforms/python/integrations/dramatiq/
 
 
 Frameworks