Skip to content

Commit

Permalink
Update sentry integration docs to refernece sentry-sdk (#675)
Browse files Browse the repository at this point in the history
Previously, the docs referenced `sentry-dramatiq` that has been
deprecated and merged into `sentry-python` (`sentry-sdk`)
  • Loading branch information
DHUKK authored Jan 25, 2025
1 parent b372f43 commit a978028
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a978028

Please sign in to comment.