Cookiecutter-django: Migrate to the unified Sentry Python SDK

Created on 1 Oct 2018  路  1Comment  路  Source: pydanny/cookiecutter-django

Sentry's raven library has a deprecation notice in their documentation

Deprecated Client

This SDK has been superseded by a new unified one. The documentation here is preserved for customers using the old client. For new projects have a look at the new client documentation: Unified Python SDK.

We need to update our code anywhere the raven library is used. We need to replace this with an equivalent from the new library. Relevant sections:

We need to check which parts are required for us and implement them in the template when Sentry is selected.

help wanted

Most helpful comment

Hello, I submitted a pull request to solve this issue.

>All comments

Hello, I submitted a pull request to solve this issue.

Was this page helpful?
0 / 5 - 0 ratings