Skip to content

Add strict_match parameter to urlencoded_params_matcher#796

Merged
markstory merged 6 commits into
getsentry:masterfrom
o-alquimista:strict-match-urlencoded
May 21, 2026
Merged

Add strict_match parameter to urlencoded_params_matcher#796
markstory merged 6 commits into
getsentry:masterfrom
o-alquimista:strict-match-urlencoded

Conversation

@o-alquimista

Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Other

Description

Adds the strict_match parameter to urlencoded_params_matcher, enabling partial matching of request parameters. The JSON and query matchers, for example, already have this feature.

Related Issues

PR checklist

Before submitting this pull request, I have done the following:

Added/updated tests?

Current repository has 100% test coverage.

  • Yes
  • No, and this is why:
  • I need help with writing tests

@o-alquimista o-alquimista requested a review from markstory as a code owner May 19, 2026 01:13
Comment thread responses/matchers.py Outdated
Comment thread responses/tests/test_matchers.py
Comment thread responses/matchers.py Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 0bffaf2. Configure here.

Comment thread responses/matchers.py
Comment thread responses/matchers.py
Comment thread responses/matchers.py Outdated
@markstory markstory merged commit 1fda897 into getsentry:master May 21, 2026
23 checks passed
@markstory

Copy link
Copy Markdown
Member

Thank you 🎉

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.

urlencoded_params_matcher doesn't have strict_match

2 participants