Skip to content

Commit 8cd768c

Browse files
reposition line about Docker
- avoid it showing up under "When shouldn't I use the `crashpad` backend" in docs searches
1 parent e170161 commit 8cd768c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

29+
When your deployment scenario should wait for the `crashpad_handler` to finish its work before a shutdown-after-crash (systemd, Docker), 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.
30+
2931
### When shouldn't I use the `crashpad` backend?
3032

3133
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
@@ -38,8 +40,6 @@ Sentry decided on `crashpad` as the default on all platforms because it offers n
3840

3941
In the above cases, if you cannot loosen the requirements of your environment, you have to choose an in-process backend (meaning either `breakpad` or `inproc`).
4042

41-
When your deployment scenario should wait for the `crashpad_handler` to finish its work before a shutdown-after-crash (systemd, Docker), 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.
42-
4343
### How do I decide between `breakpad` or `inproc`?
4444

4545
Both backends are comparable in how they differ from `crashpad`. However, there are also considerable differences between the two:

0 commit comments

Comments
 (0)