-
Notifications
You must be signed in to change notification settings - Fork 133
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-4311: Add Logs event mapper to ObjC API #2008
RUM-4311: Add Logs event mapper to ObjC API #2008
Conversation
e63ed62
to
f687c3c
Compare
Datadog ReportBranch report: ✅ 0 Failed, 1864 Passed, 0 Skipped, 1m 16.01s Total Time 🔻 Code Coverage Decreases vs Default Branch (4) |
f687c3c
to
a5bf5c0
Compare
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 looks 💯. How was it created? Long-term we may want to generate both Swift and Objc models through rum-models-generator
CLI - I wonder how "far" is this file from the eventual result the generator may give us. It looks pretty solid and follows all the conventions from RUM models.
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.
It was created manually. I just took RUM models for the inspiration.
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.
Got it 👍. Sounds good as it solves current problem 👌. I hope we find time to code-gen this from JSON schema in 3.x
.
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 good 👌, great work on +objc
models 👍.
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.
Got it 👍. Sounds good as it solves current problem 👌. I hope we find time to code-gen this from JSON schema in 3.x
.
What and why?
This PR adds
setEventMapper
ObjC API for logs.How?
A brief description of implementation details of this PR.
Review checklist