Skip to content

Commit 2236820

Browse files
committed
docs: add documentation for ignore
1 parent c9ed625 commit 2236820

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/how_does_it_work.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,16 @@ Every hour the controller fetch every project stats on Sentry. Using this stats
5151
For each misbehaving we create one :class:`event <controller.sentry.models.Event>` when the surge in transaction starts and one when it's end.
5252

5353
For now, the controller does not act on misbehaving apps.
54+
55+
56+
57+
Ignore
58+
------
59+
You can ignore the following
60+
- WSGI path
61+
- WSGI user agent
62+
- CELERY task
63+
64+
In the administration site under any apps, you can set multiple ignore path/user agent/task.
65+
66+
The path and task are matched using full equality, and the user agent is matched using `startswith`.

0 commit comments

Comments
 (0)