diff --git a/Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift b/Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift index d148eb6e69..cf23b120b2 100644 --- a/Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift +++ b/Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift @@ -38,9 +38,7 @@ final class SentryOptionsDocumentationSyncTests: XCTestCase { options.insert("profiling") // @_spi(Private) - internal backing for configureProfiling options.insert("configureProfiling") #endif - - options.insert("attachAllThreads") // SDK not released yet - + return options }