Skip to content

Commit 8cab3fe

Browse files
author
Alexandru Taras
committed
uncommented code
1 parent ca7a5b2 commit 8cab3fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Sentry/SentrySDK+SMFLogger.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ class SentrySDK: NSObject {
4141
static func setup(configuration: SentrySDK.Configuration) {
4242

4343
// Make sure SentrySDK is not setup in a debug build
44-
// guard (self.isDebugBuild == false) else {
45-
// // Configure SentrySDK only for non debug builds or if the exception flag is set to true
46-
// return
47-
// }
44+
guard (self.isDebugBuild == false) else {
45+
// Configure SentrySDK only for non debug builds or if the exception flag is set to true
46+
return
47+
}
4848

4949
let instance = (self.shared ?? SentrySDK())
5050

0 commit comments

Comments
 (0)