Skip to content

Commit 3bd04c2

Browse files
committed
remove enable tracing
1 parent d3fe306 commit 3bd04c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ - (void)testCreateOptionsWithDictionaryRemovesPerformanceProperties
3636
XCTAssertEqual(
3737
actualOptions.tracesSampleRate, nil, @"Traces sample rate should not be passed to native");
3838
XCTAssertEqual(actualOptions.tracesSampler, nil, @"Traces sampler should not be passed to native");
39-
XCTAssertEqual(actualOptions.enableTracing, false, @"EnableTracing should not be passed to native");
4039
}
4140

4241
- (void)testCaptureFailedRequestsIsDisabled

0 commit comments

Comments
 (0)