Skip to content

Commit bd34eb0

Browse files
committed
Update docs
1 parent 14e0d4d commit bd34eb0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

guides/Getting Started.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,15 @@ This is completely optional, and you can find more information about it in the `
133133

134134
## Notifications
135135

136-
We currently do not support notifications out of the box.
136+
Currently ErrorTracker does not support notifications out of the box.
137137

138-
However, we provideo some detailed Telemetry events that you may use to implement your own notifications following your custom rules and notification channels.
138+
However, it provides some detailed Telemetry events that you may use to implement your own notifications following your custom rules and notification channels.
139139

140140
If you want to take a look at the events you can attach to, take a look at `ErrorTracker.Telemetry` module documentation.
141+
142+
## Ignoring errors
143+
144+
ErrorTracker tracks every error by default. In certain cases some errors may be expected or just not interesting to track.
145+
ErrorTracker provides functionality that allows you to ignore errors based on their attributes and context.
146+
147+
Take a look at the `ErrorTracker.Ignorer` behaviour for more information about how to implement your own ignorer.

0 commit comments

Comments
 (0)