sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Add with-locals option for PHP docs

Open sdzhong opened this issue 2 years ago • 2 comments

Core or SDK?

Platform/SDK

Which part? Which one?

https://docs.sentry.io/platforms/php/configuration/options/ along with corresponding Laravel and Symfony

Description

As mentioned in https://docs.sentry.io/platforms/php/data-management/sensitive-data/#scrubbing-data:

Stack-locals → some SDKs (Python + PHP), will pick up variable values within the stacktrace. This can be scrubbed or disabled altogether, if necessary

The Python docs shows the with-locals option as expected; the PHP, Laravel, and Symfony docs do not.

Suggested Solution

Add the equivalent with-locals option to https://docs.sentry.io/platforms/php/configuration/options/#common-options, https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#common-options, and https://docs.sentry.io/platforms/php/guides/symfony/configuration/options/#common-options

sdzhong avatar Sep 08 '22 18:09 sdzhong

Routing to @getsentry/team-web-sdk-backend for triage. ⏲️

getsentry-release avatar Sep 09 '22 13:09 getsentry-release

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

github-actions[bot] avatar Oct 01 '22 00:10 github-actions[bot]

This is controlled via zend.exception_ignore_args in your php.ini.

cleptric avatar Oct 04 '23 19:10 cleptric