diff --git a/dart/lib/src/sentry_options.dart b/dart/lib/src/sentry_options.dart index 19d7b56f42..1da451e3d1 100644 --- a/dart/lib/src/sentry_options.dart +++ b/dart/lib/src/sentry_options.dart @@ -497,8 +497,8 @@ class SentryOptions { /// When setting 'user' and 'pass', the 'HttpClient.addProxyCredentials' /// method will be called with empty 'realm'. /// - /// On Android, the proxy settings are handled by the native SDK. - /// iOS and macOS native SDKs do not support proxy settings. + /// On Android & iOS, the proxy settings are handled by the native SDK. + /// iOS only supports http proxies, while macOS also supports socks. SentryProxy? proxy; SentryOptions({this.dsn, PlatformChecker? checker}) {