Skip to content

Commit

Permalink
Document sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Apr 1, 2020
1 parent 748c714 commit 00c36e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It is how I set up Django projects to get up and running as quick as possible. I
- [VSCode remote container config](https://code.visualstudio.com/docs/remote/containers) with linting, Black, refactoring, etc, all set up sensibly
- A custom User model, which [Django recommend doing when starting a project](https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#substituting-a-custom-user-model)
- [Gevent workers and DB connection pooling, so you can serve up lots of requests on a Heroku hobby dyno](https://medium.com/@bfirsh/squeezing-every-drop-of-performance-out-of-a-django-app-on-heroku-4b5b1e5a3d44)
- Sentry for exception logging

## Getting started

Expand Down

0 comments on commit 00c36e3

Please sign in to comment.