diff --git a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme index ab01f542a2d..a13844ea9b4 100644 --- a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme +++ b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme @@ -67,6 +67,9 @@ + + diff --git a/Tests/SentryTests/SentryHubTests.swift b/Tests/SentryTests/SentryHubTests.swift index eb694414609..2191d37bfeb 100644 --- a/Tests/SentryTests/SentryHubTests.swift +++ b/Tests/SentryTests/SentryHubTests.swift @@ -881,7 +881,7 @@ extension SentryHubTests { } } - func testProfilingDataContainsEnvironmentSetFromConfigureScope() { + func testProfilingDataContainsEnvironmentSetFromConfigureScope_disabled() { let options = fixture.options options.profilesSampleRate = 1.0 options.tracesSampler = {(_: SamplingContext) -> NSNumber in