Skip to content

Commit d2e1741

Browse files
committed
apply suggestion
1 parent 5c8e09b commit d2e1741

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Currently, `crashpad` is the default on all desktop platforms because it
2828
* cooperation with Epic's Easy Anti-Cheat
2929
* CMake build scripts (some users use our backend handler forks solely because of this reason)
3030

31-
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), 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-
31+
<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), 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.
33+
</Alert>
3334
### When shouldn't I use the `crashpad` backend?
3435

3536
Sentry decided on `crashpad` as the default on all platforms because it offers numerous advantages. However, there are use cases where `crashpad` cannot be used or makes distribution or deployment much harder. We provide other backends for situations when

0 commit comments

Comments
 (0)