I was reviewing the documentation for managing errors in APM.
Specifically, marking errors as expected:
https://docs.newrelic.com/docs/agents/manage-apm-agents/agent-data/manage-errors-apm-collect-ignore-or-mark-expected#expected
Is there a way to do this with PHP?
The page above only refers to agent-specific documentation limited to Java, Ruby, and Node.js
This is mostly to ignore 404s on non-existing URLs caused by crawlers.
Thanks