Skip to content

Commit c3c3cfd

Browse files
committed
organization
1 parent ccf28c8 commit c3c3cfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SentryProfilerTests/SentryProfilingPublicAPITests.swift

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class SentryProfilingPublicAPITests: XCTestCase {
5151
}
5252
}
5353

54+
// MARK: continuous profiling v1
5455
extension SentryProfilingPublicAPITests {
5556
func testStartingContinuousProfilerV1WithSampleRateZero() throws {
5657
givenSdkWithHub()
@@ -114,7 +115,10 @@ extension SentryProfilingPublicAPITests {
114115
SentrySDK.startProfiler()
115116
XCTAssertFalse(SentryContinuousProfiler.isCurrentlyProfiling())
116117
}
118+
}
117119

120+
// MARK: continuous profiling v2
121+
extension SentryProfilingPublicAPITests {
118122
func testManuallyStartingAndStoppingContinuousProfilerV2Sampled() throws {
119123
// Arrange
120124
fixture.options.profiling.sessionSampleRate = 1

0 commit comments

Comments
 (0)