mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Fix tuning EOF
This commit is contained in:
parent
79c1be03a6
commit
74c4819ee2
1 changed files with 5 additions and 5 deletions
|
@ -214,17 +214,17 @@ read-through cache that respects ``Cache-Control``, like Varnish, will
|
||||||
also help if placed in front of Takahē.
|
also help if placed in front of Takahē.
|
||||||
|
|
||||||
|
|
||||||
Sentry.io integration
|
Sentry.io integration
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Takahē can optionally integrate with https://sentry.io for collection of raised
|
Takahē can optionally integrate with https://sentry.io for collection of raised
|
||||||
exceptions from the webserver or Stator.
|
exceptions from the webserver or Stator.
|
||||||
|
|
||||||
To enable this, set the ``TAKAHE_SENTRY_DSN`` environment variable to the value
|
To enable this, set the ``TAKAHE_SENTRY_DSN`` environment variable to the value
|
||||||
found in your sentry project:
|
found in your sentry project:
|
||||||
``https://<org>.sentry.io/settings/projects/<project>/keys/``
|
``https://<org>.sentry.io/settings/projects/<project>/keys/``
|
||||||
|
|
||||||
Other Sentry configuration can be controlled through environment variables
|
Other Sentry configuration can be controlled through environment variables
|
||||||
found in ``takahe/settings.py``. See the
|
found in ``takahe/settings.py``. See the
|
||||||
`Sentry python documentation <https://docs.sentry.io/platforms/python/configuration/options/>`_
|
`Sentry python documentation <https://docs.sentry.io/platforms/python/configuration/options/>`_
|
||||||
for details.
|
for details.
|
||||||
|
|
Loading…
Reference in a new issue