Commit de47914
feat(native): clarifying crashpad behavior (#13689)
Vercel previews
- [backend
tradeoffs](https://sentry-docs-lawi0tyqh.sentry.dev/platforms/native/advanced-usage/backend-tradeoffs/)
- [container
environments](https://sentry-docs-lawi0tyqh.sentry.dev/platforms/native/advanced-usage/container-environments/)
## DESCRIBE YOUR PR
(from Slack)
> lots to clarify, crashpad behavior, min version needed, docker entry
point script waiting for the handler etc.
We already have some pages that detail aspects of this, but we want to
make sure this is as clear as possible:
-
https://docs.sentry.io/platforms/native/advanced-usage/backend-tradeoffs/
- https://docs.sentry.io/platforms/native/configuration/backends/
## Current changes/fixes
- [x] repositioning `wait_for_upload` line in backend tradeoffs;
otherwise, search showed it under "When shouldn't I use the crashpad
backend?". Also added new heading above for it to fall under.
(note: search doesn't seem to update right away)
<details>
before

after
(this is where I'd put a screenshot of the search pointing to `Why is
crashpad the default`
([preview](https://sentry-docs-lawi0tyqh.sentry.dev/platforms/native/advanced-usage/backend-tradeoffs/#why-is-crashpad-the-default))
instead, but seems to not update on Vercel 🤔 )
</details>
- [x] added min. version to `wait_for_upload` mention
- [x] add docker entry point script to wait for handler (for people
below 0.8.3/non-linux)
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+
---------
Co-authored-by: Alex Krawiec <[email protected]>1 parent a99ee19 commit de47914
2 files changed
+36
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | | - | |
42 | | - | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments