[Tech Support] How to use this with django?
See original GitHub issueWhere exactly am I supposed to put sentry_sdk.init()
?
If I put it in settings.py
, I see no error messages being reported.
The docs say nothing about dajngo + new sentry-sdk
, except the fact that raven
one is deprecated!
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Getting started with Django
Before you can use Django, you'll need to install it. Our complete installation guide covers all the possibilities; this guide will get you...
Read more >Django-helpdesk - GitHub
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk. - GitHub - django-helpdesk/django-helpdesk: A Django ...
Read more >Django introduction - Learn web development | MDN
Django code is written using design principles and patterns that encourage the creation of maintainable and reusable code. In particular, it ...
Read more >How To Create a Django App and Connect it to a Database
Next, create a separate MySQL user account that Django will use to operate the new database. Creating specific databases and accounts can ...
Read more >Getting started with Django | Python - Google Cloud
Django apps that run on Google Cloud are running on the same ... If you choose to use MongoDB, you can deploy it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is how you do it, for ref:
Opened #183 so I don’t forget
On Wed, Nov 28, 2018, 19:35 Markus Unterwaditzer <markus@sentry.io wrote: