Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Sep 2, 2024
1 parent 14e0d4d commit bd34eb0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,15 @@ This is completely optional, and you can find more information about it in the `

## Notifications

We currently do not support notifications out of the box.
Currently ErrorTracker does not support notifications out of the box.

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

If you want to take a look at the events you can attach to, take a look at `ErrorTracker.Telemetry` module documentation.

## Ignoring errors

ErrorTracker tracks every error by default. In certain cases some errors may be expected or just not interesting to track.
ErrorTracker provides functionality that allows you to ignore errors based on their attributes and context.

Take a look at the `ErrorTracker.Ignorer` behaviour for more information about how to implement your own ignorer.

0 comments on commit bd34eb0

Please sign in to comment.