[APPSEC-68774] Add Kit::AppSec::Events::V2#track_user_signup#5973
Conversation
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 1 partially typed method, and clears 1 partially typed method. It increases the percentage of typed methods from 65.56% to 65.57% (+0.01%). Partially typed methods (+1-1)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4e572476ee
ℹ️ 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".
|
4e57247 to
eed90f9
Compare
BenchmarksBenchmark execution time: 2026-07-01 11:43:14 Comparing candidate commit eed90f9 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 1 unstable metrics.
|
What does this PR do?
Adds missing functionality to track user signup events to have similar visibility as for login success/failures
Motivation:
Ongoing collaboration with Rubygems.org
Change log entry
Yes. Add signup event tracking to
Datadog::Kit::AppSec::Events::V2Additional Notes:
Interface follow the same guidelines as existing V2 functionality
How to test the change?
CI