Skip to content

Add more parameters to the filter_parameters config.

Connor Shea requested to merge (removed):add-parameters into master

Adds Sentry DSN, Webhooks, Deploy Keys, etc.

Alphabetized the parameters and included line breaks between each parameter. Easier to merge into EE if there are any differences.

This also seems to be the more popular syntax for adding new parameters, from what I can find.

In the future we may want to increase the specificity of some of these once Rails 5 is out. e.g. instead of :hook, "hook.url" would be just as effective without removing potentially useful information from the logs.

cc: @stanhu

Merge request reports