What's wrong with this entry?
What changed: The Datadog error-tracking integration now enforces a per-process limit on the number of error reports sent, preventing runaway error logging from a single long-running session.
- When the cap is hit, a sentinel error
ErrorTrackingCapReachedis recorded once, and all subsequent reports are dropped. - Log message:
"dd-error-tracking: per-process report cap reached (<N>); dropping further reports". - Prevents excessive API calls to the intake endpoint under pathological error conditions.
Error tracking cap (search for "dd-error-tracking: per-process report cap reached")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.