We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355c790 commit a4bd249Copy full SHA for a4bd249
Sources/Swift/Helper/SentrySDK.swift
@@ -4,7 +4,7 @@ import Foundation
4
5
/// The main entry point for the Sentry SDK.
6
/// We recommend using `start(configureOptions:)` to initialize Sentry.
7
-@objc open class SentrySDK: NSObject {
+@objc public final class SentrySDK: NSObject {
8
9
// MARK: - Public
10
sdk_api.json
@@ -41700,8 +41700,8 @@
41700
"usr": "c:@M@Sentry@objc(cs)SentrySDK",
41701
"mangledName": "$s6Sentry0A3SDKC",
41702
"moduleName": "Sentry",
41703
- "isOpen": true,
41704
"declAttributes": [
+ "Final",
41705
"ObjC"
41706
],
41707
"superclassUsr": "c:objc(cs)NSObject",
0 commit comments