We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ed625 commit 2236820Copy full SHA for 2236820
docs/how_does_it_work.rst
@@ -51,3 +51,16 @@ Every hour the controller fetch every project stats on Sentry. Using this stats
51
For each misbehaving we create one :class:`event <controller.sentry.models.Event>` when the surge in transaction starts and one when it's end.
52
53
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