Skip to content

Add new error source types to RUM schema#1855

Merged
fuzzybinary merged 1 commit into
developfrom
jward/schema-update-2
Feb 15, 2024
Merged

Add new error source types to RUM schema#1855
fuzzybinary merged 1 commit into
developfrom
jward/schema-update-2

Conversation

@fuzzybinary

Copy link
Copy Markdown
Member

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
companion object
fun fromJson(kotlin.String): RumPerfMetric
fun fromJsonObject(com.google.gson.JsonObject): RumPerfMetric
data class com.datadog.android.rum.model.RumVitalEvent

Copy link
Copy Markdown
Member

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
Copy Markdown
Member 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.

@fuzzybinary
fuzzybinary force-pushed the jward/schema-update-2 branch from 26f2bb0 to 011b9fa Compare February 15, 2024 15:59
@fuzzybinary
fuzzybinary requested a review from 0xnm February 15, 2024 16:03
@codecov-commenter

Copy link
Copy Markdown

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
@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.

4 participants