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 b0a02ab commit a3945c1Copy full SHA for a3945c1
guides/Getting Started.md
@@ -170,8 +170,8 @@ ErrorTracker allows you to mute specific errors.
170
171
When an error is muted:
172
- New occurrences are still tracked and stored in the database
173
-- No telemetry events are emitted for new occurrences
174
- You can still see the error and its occurrences in the web UI
+- [Telemetry events](ErrorTracker.Telemetry.html) for new occurrences include the `muted: true` flag so you can ignore them as needed.
175
176
This is particularly useful for noisy errors that you want to keep tracking but don't want to receive notifications about.
177
0 commit comments