We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aa1aa commit fa7bb7eCopy full SHA for fa7bb7e
packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryReplayOptionsTests.swift
@@ -178,7 +178,7 @@ final class RNSentryReplayOptions: XCTestCase {
178
179
let actualOptions = try! SentryOptionsInternal.initWithDict(optionsDict as! [String: Any])
180
181
- XCTAssertTrue(actualOptions.sessionReplay.enableExperimentalViewRenderer)
+ XCTAssertTrue(actualOptions.sessionReplay.enableViewRendererV2)
182
}
183
184
func testEnableExperimentalViewRendererTrue() {
0 commit comments