Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change sentry integration #1820

Merged
merged 11 commits into from
Mar 20, 2019

Conversation

gfabrizio
Copy link
Contributor

@gfabrizio gfabrizio commented Oct 1, 2018

fixes #1818

A simple screenshot running a django-cookiecutter based test project with the integration using sentry-sdk:
screenshot from 2018-10-01 18-11-08

Copy link
Member

@browniebroke browniebroke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waw thank you! I have a few minor comments, and a bit I'm not too sure about logging. Looks good overall though.

Copy link
Contributor

@msamoylov msamoylov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webyneter
Copy link
Collaborator

@gfabricio mind resolving the merge conflicts?

@webyneter
Copy link
Collaborator

@gfabricio any news on this one?

@jhancia
Copy link

jhancia commented Jan 13, 2019

Is anyone using this change in production? Is it ready to use?

@webyneter
Copy link
Collaborator

What about the config.wsgi? It's got the application = Sentry(application) line as well...

# Conflicts:
#	{{cookiecutter.project_slug}}/config/settings/production.py
#	{{cookiecutter.project_slug}}/config/wsgi.py
#	{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/taskapp/celery.py
Copy link
Member

@browniebroke browniebroke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with and without Celery, errors are recorded properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to the unified Sentry Python SDK
8 participants