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

feat: Enable HTTP URL recording by default #281

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Conversation

MikeGoldsmith
Copy link
Contributor

Which problem is this PR solving?

Now we strip query string parameters from the Url in #269, we can more safely default to recording HTTP URL. The option is still be available to opt-out if desired.

Short description of the changes

  • Change default value of IncludeRequestURL config option to true
  • Update unit tests

How to verify that this has the expected result

The agent's default behaviour to to record HTTP request URLs. The can be disabled via setting the config option to false.

@MikeGoldsmith MikeGoldsmith added the type: enhancement New feature or request label Oct 12, 2023
@MikeGoldsmith MikeGoldsmith self-assigned this Oct 12, 2023
@MikeGoldsmith MikeGoldsmith requested a review from a team October 12, 2023 08:38
@MikeGoldsmith
Copy link
Contributor Author

CI failure is from CircleCI run which we don't care about for now.

@MikeGoldsmith MikeGoldsmith changed the title feat: Enable URL recording opt-out feat: Enable HTTP URL recording by default Oct 12, 2023
Copy link
Member

@robbkidd robbkidd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverse it

@MikeGoldsmith MikeGoldsmith merged commit e25f2fe into main Oct 13, 2023
@MikeGoldsmith MikeGoldsmith deleted the mike/url-opt-out branch October 13, 2023 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make URL capture opt-out instead of opt-in
2 participants