We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf28c8 commit c3c3cfdCopy full SHA for c3c3cfd
Tests/SentryProfilerTests/SentryProfilingPublicAPITests.swift
@@ -51,6 +51,7 @@ class SentryProfilingPublicAPITests: XCTestCase {
51
}
52
53
54
+// MARK: continuous profiling v1
55
extension SentryProfilingPublicAPITests {
56
func testStartingContinuousProfilerV1WithSampleRateZero() throws {
57
givenSdkWithHub()
@@ -114,7 +115,10 @@ extension SentryProfilingPublicAPITests {
114
115
SentrySDK.startProfiler()
116
XCTAssertFalse(SentryContinuousProfiler.isCurrentlyProfiling())
117
118
+}
119
120
+// MARK: continuous profiling v2
121
+extension SentryProfilingPublicAPITests {
122
func testManuallyStartingAndStoppingContinuousProfilerV2Sampled() throws {
123
// Arrange
124
fixture.options.profiling.sessionSampleRate = 1
0 commit comments