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

RUM-6501 feat: RUM View Loading Time metrics #2139

Merged
merged 24 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e179f52
RUM-7102 Update RUM schema
ncreated Nov 18, 2024
c38e7b4
RUM-7102 Implement TTNS metric for RUM
ncreated Nov 25, 2024
3ab544b
RUM-7102 Integrate TTNS metric into RUM
ncreated Nov 28, 2024
62f355b
RUM-7102 Add integration tests for TTNS metric
ncreated Nov 29, 2024
63dc7f8
RUM-7102 Refine & update CHANGELOG.md
ncreated Nov 29, 2024
ab55dec
RUM-7102 CR feedback
ncreated Dec 10, 2024
fd4e916
RUM-7102 Exclude dropped resources and errors from TTNS computation
ncreated Dec 10, 2024
14c6904
Merge pull request #2125 from DataDog/ncreated/RUM-7102/vl-ttns-basics
ncreated Dec 10, 2024
7088539
Merge branch 'develop' into feature/view-loading-times
ncreated Dec 18, 2024
8b2a25a
RUM-7102 Implement ITNV metric for RUM
ncreated Dec 16, 2024
d57950f
RUM-7107 Update CHANGELOG
ncreated Dec 18, 2024
790e154
RUM-7107 Cleanup
ncreated Dec 19, 2024
d26e770
RUM-7107 CR feedback
ncreated Dec 30, 2024
bf43041
Merge pull request #2153 from DataDog/feature/RUM-7107/vl-itnv-basics
ncreated Dec 30, 2024
6172e70
RUM-7103 Implement strategy for classifying resources in TTNS
ncreated Dec 20, 2024
8cc7658
RUM-7105 Add public API for customizing TTNS resource predicate
ncreated Dec 20, 2024
f5c6c8e
RUM-7103 Add integration test for custom TTNS predicate
ncreated Dec 20, 2024
2f13c4c
Merge pull request #2160 from DataDog/ncreated/RUM-7103/ttns-time-str…
ncreated Dec 31, 2024
4363cfa
RUM-7823 Implement strategy for classifying actions in ITNV
ncreated Dec 27, 2024
1d57406
RUM-7823 Add public API for customizing ITNV action predicate
ncreated Dec 31, 2024
f015c86
RUM-7823 CR feedback
ncreated Jan 2, 2025
95648a4
Merge pull request #2165 from DataDog/ncreated/RUM-7823/itnv-custom-s…
ncreated Jan 3, 2025
d79dcfa
Merge branch 'develop' into feature/view-loading-times
ncreated Jan 14, 2025
074bc4b
RUM-6501 Update api-surface
ncreated Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
RUM-7107 Update CHANGELOG
  • Loading branch information
ncreated committed Dec 18, 2024
commit d57950f8fa46adfe716a757b756b06ae1cbebc2d
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

- [FEATURE] Add Time To Network Setled metric in RUM. See [#2125][]
- [FEATURE] Add Interaction To Next View metric in RUM. See [#2153][]
- [IMPROVEMENT] Add Datadog Configuration `backgroundTasksEnabled` ObjC API. See [#2148][]

# 2.21.0 / 11-12-2024
Expand Down Expand Up @@ -810,6 +811,7 @@ Release `2.0` introduces breaking changes. Follow the [Migration Guide](MIGRATIO
[#2116]: https://github.com/DataDog/dd-sdk-ios/pull/2116
[#2120]: https://github.com/DataDog/dd-sdk-ios/pull/2120
[#2126]: https://github.com/DataDog/dd-sdk-ios/pull/2126
[#2153]: https://github.com/DataDog/dd-sdk-ios/pull/2153
[#2148]: https://github.com/DataDog/dd-sdk-ios/pull/2148
[@00fa9a]: https://github.com/00FA9A
[@britton-earnin]: https://github.com/Britton-Earnin
Expand Down