born05 / craft-sentry

Pushes Craft CMS errors to Sentry.
MIT License
10 stars 11 forks source link

Master #29

Open sarahschuetz opened 1 year ago

sarahschuetz commented 1 year ago

Support filtering of sensitive request data with the following configuration (#28):

 'sensitiveFields' => [
        'firstname',
        'lastname',
        'email',
        'password',
    ],