Skip to content

Commit 7b089f4

Browse files
authored
test: Remove attachAllThreads from undocumented options list (#7776)
The option is now documented in sentry-docs.
1 parent 463cbc6 commit 7b089f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ final class SentryOptionsDocumentationSyncTests: XCTestCase {
4141
options.insert("profiling") // @_spi(Private) - internal backing for configureProfiling
4242
options.insert("configureProfiling")
4343
#endif
44-
45-
options.insert("attachAllThreads") // SDK not released yet
46-
44+
4745
return options
4846
}
4947

0 commit comments

Comments
 (0)