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 258f50a commit 0d5ff59Copy full SHA for 0d5ff59
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
@@ -385,13 +385,11 @@ extension SentrySDKWrapper {
385
386
var args: [String] {
387
let args = ProcessInfo.processInfo.arguments
388
- print("[iOS-Swift] [debug] launch arguments: \(args)")
389
return args
390
}
391
392
var env: [String: String] {
393
let env = ProcessInfo.processInfo.environment
394
- print("[iOS-Swift] [debug] environment: \(env)")
395
return env
396
397
0 commit comments