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

Capture query string in path tag #268

Merged
merged 8 commits into from Oct 9, 2019
Merged

Conversation

adamchainz
Copy link
Contributor

@adamchainz adamchainz commented Oct 9, 2019

First step in implementing #249.

Add a funtion create_filtered_path. This combines the path and filtered query parameters. Params are filtered according to a list of banned strings I collected from Ruby on Rails (as per the Ruby agent) and extras from Sentry.

The implementation of query parameters varies by framework so a little custom iteration code was needed on each.

Next step is to add a config value to allow disabling the capturing, back to the previous behaviour only capturing the path.

@adamchainz adamchainz merged commit 5b5dec7 into master Oct 9, 2019
@adamchainz adamchainz deleted the issue_249_query_string_capture branch October 9, 2019 17:19
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

Successfully merging this pull request may close these issues.

None yet

1 participant