Skip to content
New issue

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

Scrubber Issues #97

Open
jschlies opened this issue Jul 16, 2018 · 1 comment
Open

Scrubber Issues #97

jschlies opened this issue Jul 16, 2018 · 1 comment

Comments

@jschlies
Copy link

  1. Unable to scrub a particular cookie from data - OK maybe this is a feature.
  2. Namespace issue. Let's say I have a GET param (I admit, poorly) named Cookie. But I also want the RollBar to remove Cookie from the REQUEST headers. The configuration below would remove the value Cookie from the request, but also from the get.

'rollbar' => [
'enabled' => env('ROLLBAR_ENABLED_ON_SERVER', false),
'root' => base_path(),
'environment' => env('APP_ENV', 'local'),
'access_token' => env('ROLLBAR_SERVER_TOKEN', null),
'person_fn' => 'get_current_user_rollbar',
'level' => 'error',
'scrub_fields' => [
'Cookie'
],
],

I would expect to be able to ref data for scrubbing as follows
'scrub_fields' => [
'request.headers.Cookie'
],

@mhdarffn
Copy link

mhdarffn commented Jun 1, 2021

is there any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants