Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3681 +/- ##
==========================================
+ Coverage 62.22% 70.56% +8.34%
==========================================
Files 141 39 -102
Lines 13352 7474 -5878
Branches 1746 1167 -579
==========================================
- Hits 8308 5274 -3034
+ Misses 4253 1646 -2607
+ Partials 791 554 -237 see 102 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-03-06 17:34:57 Comparing candidate commit a061638 in PR branch Found 2 performance improvements and 1 performance regressions! Performance is the same for 191 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:ComposerTelemetryBench/benchTelemetryParsing-opcache
scenario:EmptyFileBench/benchEmptyFileDdprof
|
db5a792 to
5c1dbaf
Compare
5c1dbaf to
39402ef
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39402efe4d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
...tests/integration/src/main/groovy/com/datadog/appsec/php/mock_stripe/MockStripeServer.groovy
Outdated
Show resolved
Hide resolved
...tests/integration/src/main/groovy/com/datadog/appsec/php/mock_stripe/MockStripeServer.groovy
Outdated
Show resolved
Hide resolved
cataphract
left a comment
There was a problem hiding this comment.
Looks good. You could however add a test that loads past events and make sure nothing is triggered
Description
Implements RFC-1072 Automated Payment Events for Stripe integration. Adds instrumentation for payment creation methods and webhook event processing to automatically detect and tag payment transactions for AppSec monitoring.
Changes
Instrumented Methods:
Event Types:
Reviewer checklist