Skip to content

Commit 2e97a03

Browse files
authored
Update AppDelegate.swift
Removed experiemental tag from Mobile SR
1 parent 8fdac1a commit 2e97a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EmpowerPlant/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4242
options.enableTimeToFullDisplayTracing = true
4343

4444
// Enable Mobile Session Replay
45-
options.experimental.sessionReplay.onErrorSampleRate = 1.0
46-
options.experimental.sessionReplay.sessionSampleRate = 1.0
45+
options.sessionReplay.onErrorSampleRate = 1.0
46+
options.sessionReplay.sessionSampleRate = 1.0
4747
}
4848
SentrySDK.configureScope{ scope in
4949
scope.setTag(value: ["corporate", "enterprise", "self-serve"].randomElement() ?? "unknown", key: "customer.type")

0 commit comments

Comments
 (0)