Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 5, 2024
1 parent b53e604 commit c240fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/lib/src/sentry_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand Down

0 comments on commit c240fc7

Please sign in to comment.