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 f50f35f commit a0d6a57Copy full SHA for a0d6a57
packages/flutter/ios/sentry_flutter/Sources/sentry_flutter/SentryFlutter.swift
@@ -103,7 +103,7 @@ public final class SentryFlutter {
103
}
104
105
if var proxyDict = connectionProxyDictionary {
106
- if let user = proxy["user"] as? String, let pass = proxy["pass"] {
+ if let user = proxy["user"] as? String, let pass = proxy["pass"] as? String {
107
proxyDict[kCFProxyUsernameKey as String] = user
108
proxyDict[kCFProxyPasswordKey as String] = pass
109
0 commit comments