Skip to content

Commit a4bd249

Browse files
authored
chore: Make SentrySDK final (#6746)
1 parent 355c790 commit a4bd249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Swift/Helper/SentrySDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44

55
/// The main entry point for the Sentry SDK.
66
/// We recommend using `start(configureOptions:)` to initialize Sentry.
7-
@objc open class SentrySDK: NSObject {
7+
@objc public final class SentrySDK: NSObject {
88

99
// MARK: - Public
1010

sdk_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41700,8 +41700,8 @@
4170041700
"usr": "c:@M@Sentry@objc(cs)SentrySDK",
4170141701
"mangledName": "$s6Sentry0A3SDKC",
4170241702
"moduleName": "Sentry",
41703-
"isOpen": true,
4170441703
"declAttributes": [
41704+
"Final",
4170541705
"ObjC"
4170641706
],
4170741707
"superclassUsr": "c:objc(cs)NSObject",

0 commit comments

Comments
 (0)