Skip to content

Commit 80af135

Browse files
committed
chore: Remove use of deprecated prop (#5322)
1 parent 0327771 commit 80af135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryReplayOptionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ final class RNSentryReplayOptions: XCTestCase {
178178

179179
let actualOptions = try! SentryOptionsInternal.initWithDict(optionsDict as! [String: Any])
180180

181-
XCTAssertTrue(actualOptions.sessionReplay.enableExperimentalViewRenderer)
181+
XCTAssertTrue(actualOptions.sessionReplay.enableViewRendererV2)
182182
}
183183

184184
func testEnableExperimentalViewRendererTrue() {

0 commit comments

Comments
 (0)