Skip to content
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

Add new error source types to RUM schema #1855

Merged
merged 1 commit into from Feb 15, 2024
Merged

Conversation

fuzzybinary
Copy link
Contributor

What does this PR do?

A more condensed version of #1853 the only adds the new error source types to the RUM schema

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@fuzzybinary fuzzybinary requested review from a team as code owners February 15, 2024 15:17
@fuzzybinary fuzzybinary mentioned this pull request Feb 15, 2024
3 tasks
@@ -1407,6 +1410,222 @@ data class com.datadog.android.rum.model.RumPerfMetric
companion object
fun fromJson(kotlin.String): RumPerfMetric
fun fromJsonObject(com.google.gson.JsonObject): RumPerfMetric
data class com.datadog.android.rum.model.RumVitalEvent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one shouldn't be here, it is not a part of json update for this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the fact that it's there is very confusing. I will fix.

@codecov-commenter
Copy link

Codecov Report

Merging #1855 (011b9fa) into develop (86983e8) will increase coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1855      +/-   ##
===========================================
+ Coverage    83.47%   83.50%   +0.03%     
===========================================
  Files          470      470              
  Lines        16600    16601       +1     
  Branches      2495     2495              
===========================================
+ Hits         13856    13862       +6     
+ Misses        2064     2058       -6     
- Partials       680      681       +1     

see 28 files with indirect coverage changes

@fuzzybinary fuzzybinary merged commit b5652fe into develop Feb 15, 2024
23 checks passed
@fuzzybinary fuzzybinary deleted the jward/schema-update-2 branch February 15, 2024 19:03
@xgouchet xgouchet added this to the 2.6.0 milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants