-
Notifications
You must be signed in to change notification settings - Fork 159
RUM-9521 Move RUM models to DatadogInternal #2272
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
RUM-9521 Move RUM models to DatadogInternal #2272
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 1278 Passed, 2626 Skipped, 3m 7.73s Total duration (2m 17.66s time saved) New Flaky Tests (1)
|
a0cbd57 to
702e80b
Compare
702e80b to
4ec0a0d
Compare
4ec0a0d to
f1a25e8
Compare
mariedm
left a comment
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.
I just left a small question, otherwise LGMT!
| session: .init( | ||
| hasReplay: hasReplay, | ||
| id: sessionID.toRUMDataFormat, | ||
| id: sessionID.uuidString.lowercased(), |
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.
This might be due to resolving conflicts, but I believe @simaoseica-dd made these changes in #2265, so we should use RUMUUID and toRUMDataFormat now?
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.
Yes indeed, but that involves a @testable import DatadogRUM which I'm not willing to do in TestUtilities module. We should avoid such import in a non-test target.
The base branch was changed.
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
What and why?
Models that are shared between modules must be shared in
DatadogInternal. That is the case with RUM generated models.This PR changes the generator destination for RUM schema.
How?
DatadogInternalwhen generating RUM models.Review checklist
make api-surface)