We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab46a5 commit f25fe57Copy full SHA for f25fe57
DatadogRUM/Sources/RUMConfiguration.swift
@@ -474,7 +474,7 @@ extension RUM.Configuration {
474
}
475
476
extension RUM.Configuration.FeatureFlags {
477
- /// The defaults Feature Flags applied to Session Replay Configuration
+ /// The defaults Feature Flags applied to RUM Configuration
478
public static var defaults: Self {
479
[
480
.viewHitches: false
DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
@@ -1877,7 +1877,7 @@ class RUMViewScopeTests: XCTestCase {
1877
1878
// MARK: - View Hitches
1879
1880
- func testWhenThereAreHitches_theViewUpdatesTheViewEvents() {
+ func testWhenThereAreHitches_theViewUpdatesContainsSlowFrames() {
1881
// Given
1882
var hitches: [Hitch] = []
1883
(0...Int.mockRandom(min: 0, max: 1_000)).forEach {
0 commit comments