[DOCS-12823] Add documentation for controlling Error Tracking ingestion#34460
Open
[DOCS-12823] Add documentation for controlling Error Tracking ingestion#34460
Conversation
Fixes DOCS-12823 This update addresses user feedback about lack of documentation on how to control which errors appear in Error Tracking. Users were confused about why all exceptions (including handled/expected ones) were appearing as Issues. Changes: - Added new 'Control which errors are tracked' section - Links to existing documentation on: - Manage Data Collection (inclusion/exclusion rules, rate limits) - Issue States (EXCLUDED status) - Ignoring Unwanted Resources (trace-level filtering) - Maintains concise approach by linking out rather than duplicating content Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
domalessi
commented
Feb 6, 2026
domalessi
commented
Feb 6, 2026
Contributor
Preview links (active after the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-12823
This PR addresses user feedback from a Hotjar survey about the APM Error Tracking page being "too complicated or unclear." The user complained that all exceptions in their Python app result in "Issues" in Datadog, and they couldn't find documentation on how to prevent every exception from becoming an Issue.
Changes:
Why this helps:
The documentation for controlling error ingestion exists but wasn't linked from the main Error Tracking page. Users experiencing "too many errors" couldn't discover the solution. This update makes that documentation discoverable.
Merge instructions
Merge readiness:
Additional notes
The existing documentation in
/error_tracking/manage_data_collection/already covers everything needed - this PR just adds discoverability by linking to it from the APM Error Tracking landing page.