Skip to content

Commit 9d2ff88

Browse files
committed
apply adapted suggestion from code review
1 parent 32a425e commit 9d2ff88

File tree

1 file changed

+1
-2
lines changed
  • docs/platforms/native/advanced-usage/container-environments

1 file changed

+1
-2
lines changed

docs/platforms/native/advanced-usage/container-environments/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ sidebar_order: 2000
88
The Sentry Native SDK uses a [database path](https://docs.sentry.io/platforms/native/configuration/options/#database-path) to store events and crash reports. When you are using a containerized environment, you may want to mount a volume to persist the database across container restarts to avoid losing this data.
99

1010
## Waiting for `Crashpad` to Finish
11-
Since SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3) the [option `crashpad_wait_for_upload`](https://docs.sentry.io/platforms/native/configuration/options/#crashpad-wait-for-upload) enables waiting for the `crashpad_handler` (on Linux) to finish its work before a shutdown-after-crash.
12-
11+
Starting with SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3), the [option `crashpad_wait_for_upload`](https://docs.sentry.io/platforms/native/configuration/options/#crashpad-wait-for-upload) allows the application (on Linux) to wait for the `crashpad_handler` to finish before a shutdown-after-crash.
1312

1413
In SDK versions older than 0.8.3, you could use a script similar to the example below to tie container shutdown to the `crashpad_handler` process:
1514
```bash

0 commit comments

Comments
 (0)