Skip to content

Commit

Permalink
fix(native): remove obsolete warning note... (#8463)
Browse files Browse the repository at this point in the history
... for the missing proxy support in the crashpad handler.

We've added proxy support to the crashpad fork here:

getsentry/sentry-native#847

This was released as part of https://github.com/getsentry/sentry-native/releases/tag/0.6.3
  • Loading branch information
supervacuus authored Nov 9, 2023
1 parent 32ceeab commit 162a9e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/platforms/native/configuration/transports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,3 @@ sentry_init(options);
/* ... */
```

<Alert level="warning" title="Note">
While both transport implementations (`Curl` and `WinHTTP`) honor the
configuration on all supported platforms, the `crashpad-handler` doesn't
provide a proxy configuration and will be unable to send crash reports from
behind a proxy.
</Alert>

1 comment on commit 162a9e0

@vercel
Copy link

@vercel vercel bot commented on 162a9e0 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.