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.
2 parents 091c49d + 0d5ff59 commit 760f8acCopy full SHA for 760f8ac
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
@@ -389,13 +389,11 @@ extension SentrySDKWrapper {
389
390
var args: [String] {
391
let args = ProcessInfo.processInfo.arguments
392
- print("[iOS-Swift] [debug] launch arguments: \(args)")
393
return args
394
}
395
396
var env: [String: String] {
397
let env = ProcessInfo.processInfo.environment
398
- print("[iOS-Swift] [debug] environment: \(env)")
399
return env
400
401
0 commit comments