-
Notifications
You must be signed in to change notification settings - Fork 160
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
Fixing DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP Empty Value Behavior #2909
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2909 +/- ##
============================================
- Coverage 72.39% 72.35% -0.05%
- Complexity 2526 2527 +1
============================================
Files 135 135
Lines 14400 14399 -1
Branches 989 989
============================================
- Hits 10425 10418 -7
- Misses 3433 3439 +6
Partials 542 542
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Benchmarks [ tracer ]Benchmark execution time: 2024-11-05 19:48:14 Comparing candidate commit d77bcda in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 177 metrics, 0 unstable metrics. scenario:TraceFlushBench/benchFlushTrace
|
I think empty string handling is missing in Normalizer.php. I.e. it should also always match there with an empty string. |
In fact I'm just seeing 5f1f193, is there a specific reason you reverted that? (it should just |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks right. Merging :-)
Description
Updating what should happen if the value for
DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP
is set to an empty string since as of today it was redacting everything in system tests.https://datadoghq.atlassian.net/browse/APMAPI-499
Reviewer checklist