We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to strip exception messages from error to comply with our corporate security policies.
The strip_exception_messages option exists for other language agents.
But the php agent does not have the strip_exception_messages option.
Add strip_exception_messages to php agent configuration.
If strip_exception_messages option is true, php agent strips exception messages from errors.
The allow_raw_exception_messages option is already exists to strip exception messages. This settings is private.
It would be good to rename this option to strip_exception_messages and publish.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
We want to strip exception messages from error to comply with our corporate security policies.
The strip_exception_messages option exists for other language agents.
But the php agent does not have the strip_exception_messages option.
Desired Behavior
Add strip_exception_messages to php agent configuration.
If strip_exception_messages option is true, php agent strips exception messages from errors.
Possible Solution
The allow_raw_exception_messages option is already exists to strip exception messages. This settings is private.
It would be good to rename this option to strip_exception_messages and publish.
The text was updated successfully, but these errors were encountered: