Skip to content

Commit 7afaab7

Browse files
Update docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent b67ac2a commit 7afaab7

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/native/advanced-usage/backend-tradeoffs

1 file changed

+1
-1
lines changed

docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Currently, `crashpad` is the default on all desktop platforms because it
2929
* CMake build scripts (some users use our backend handler forks solely because of this reason)
3030

3131
<Alert>
32-
When your deployment scenario should wait for the `crashpad_handler` to finish its work before a shutdown-after-crash (systemd, Docker), in Linux environments since SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3), in Windows environments since SDK version [0.8.6](https://github.com/getsentry/sentry-native/releases/tag/0.8.6), you can enable the [option `crashpad_wait_for_upload`](/platforms/native/configuration/options/#crashpad-wait-for-upload) to delay application shutdown until the upload of the crash report is completed.
32+
When your deployment scenario should wait for the `crashpad_handler` to finish its work before a shutdown-after-crash (systemd, Docker), in Linux environments since SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3), and Windows environments since SDK version [0.8.6](https://github.com/getsentry/sentry-native/releases/tag/0.8.6), you can enable the [option `crashpad_wait_for_upload`](/platforms/native/configuration/options/#crashpad-wait-for-upload) to delay application shutdown until the upload of the crash report is completed.
3333
</Alert>
3434
### When shouldn't I use the `crashpad` backend?
3535

0 commit comments

Comments
 (0)