mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
debug: add sentry support
This commit is contained in:
@ -17,6 +17,10 @@ To start working on the project, just run the following commands:
|
||||
|
||||
To start the simple development server, just run `python3 manage.py runserver`
|
||||
|
||||
### Logging errors with sentry
|
||||
|
||||
To connect the app to sentry.io, you must set the variable SENTRY_DSN in your settings custom. It's composed of the full link given on your sentry project
|
||||
|
||||
### Generating documentation
|
||||
|
||||
There is a Doxyfile at the root of the project, meaning that if you have Doxygen, you can run `doxygen Doxyfile` to
|
||||
|
Reference in New Issue
Block a user