Skip to content

Commit a1f5912

Browse files
priscilawebdevadinauer
authored andcommitted
feat(inbound-filters): Add health check explanation (#7649)
1 parent 59e3062 commit a1f5912

File tree

1 file changed

+20
-0
lines changed
  • src/docs/product/data-management-settings/filtering

1 file changed

+20
-0
lines changed

src/docs/product/data-management-settings/filtering/index.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,28 @@ Inbound filters include:
2323
- By their error message
2424
- From specific release versions of your code
2525
- From certain IP addresses
26+
- React hydration errors
2627
- Transactions coming from healthcheck and ping requests
2728

29+
### Transactions coming from healthcheck
30+
31+
In essence, the health check filter serves the purpose of excluding transactions that are generated as a part of health check procedures.
32+
33+
By applying this filter, you effectively bypass transactions that, while crucial for app stability assessment, hold limited value for you beyond their designated function.
34+
35+
We consider a transaction to be a health check if its name matches one of the following glob patterns:
36+
37+
- `*healthcheck*`
38+
- `*healthy*`
39+
- `*live*`
40+
- `*ready*`
41+
- `*heartbeat*`
42+
- `*/health`
43+
- `*/healthz`
44+
- `*/ping`
45+
46+
<hr />
47+
2848
<Alert title="Note" level="warning">
2949

3050
Filters do not apply to [sessions](/product/releases/health/#session). Error messages from minidumps also do not yet apply.

0 commit comments

Comments
 (0)