Skip to content

Commit 76dca49

Browse files
committed
docs(rum): re-verify RUM_FEATURE.md after the appHangThreshold doc-comment change
`make feature-docs-verify` flagged RUM_FEATURE.md as stale: `RUMConfiguration.swift` is a tracked file and this branch amends the `appHangThreshold` doc-comment, so the baseline `verified_against_commit` no longer covers the public API surface. Mirror the source doc-comment in the App hangs configuration entry and bump the frontmatter baseline. The Feature Docs Verify CI job only runs on release/hotfix branches, so this would otherwise have surfaced at release time.
1 parent 9240952 commit 76dca49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DatadogRUM/RUM_FEATURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
last_updated: 2026-08-12
2+
last_updated: 2026-08-14
33
sdk_version: 3.15.0
4-
verified_against_commit: dc80cf268
4+
verified_against_commit: 83757b8fb
55
tracked_files:
66
- DatadogRUM/Sources/RUM.swift
77
- DatadogRUM/Sources/RUMConfiguration.swift
@@ -250,7 +250,7 @@ Requires configuration to be set, otherwise disabled by default:
250250

251251
### Performance Monitoring
252252
- **Long tasks**: `longTaskThreshold` (default: 0.1s)
253-
- **App hangs**: `appHangThreshold` (default: nil/disabled)
253+
- **App hangs**: `appHangThreshold` (default: nil/disabled) — stack traces require Crash Reporting, and can be opted out of with `CrashReporting.Configuration.appHangBacktraceEnabled`
254254
- **Vitals**: `vitalsUpdateFrequency` (default: .average)
255255
- **Slow frames**: `trackSlowFrames` (default: true) — captures view hitches and attaches them to the corresponding RUM view
256256

0 commit comments

Comments
 (0)