RUM-15544: DatadogTracingToolkit.kt -> _TraceInternalProxy#3350
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5e969c3609
ℹ️ 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".
| constructor(() -> com.datadog.android.api.feature.FeatureSdkCore?) | ||
| companion object | ||
| fun com.datadog.android.trace.api.span.DatadogSpan.extractRumContext(RumContextPropagator, Boolean = false) | ||
| object com.datadog.android.trace.internal._TraceInternalProxy |
There was a problem hiding this comment.
Regenerate trace Java API dump after proxy rename
This rename updates apiSurface to com.datadog.android.trace.internal._TraceInternalProxy, but the paired Java ABI file (features/dd-sdk-android-trace/api/dd-sdk-android-trace.api) still declares DatadogTracingToolkit and does not contain _TraceInternalProxy. In this module, checkApiSurfaceChanges validates both apiSurface and <module>.api, so leaving only one file updated makes the API artifacts inconsistent and will fail API-surface checks until :features:dd-sdk-android-trace:apiDump is regenerated and committed.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Seems like it either fixed with the last push or was not the case.
@codex review again please
There was a problem hiding this comment.
Codex Review: Didn't find any major issues. Another round soon, please!
ℹ️ 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".
5e969c3 to
92a9d92
Compare
This comment has been minimized.
This comment has been minimized.
92a9d92 to
52900bf
Compare
What does this PR do?
Renaming
DatadogTracingToolkit.ktto_TraceInternalProxyin order to make it consistent with existing_RumInternalProxyandInternalProxyclassesReview checklist (to be filled by reviewers)