Skip to content

Commit 2dcc631

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 6d9e389 commit 2dcc631

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: "How to use the Sentry Native SDK in container environments."
44
sidebar_order: 2000
55
---
66

7-
## Database-path on a mounted volume
7+
## Database Path on a Mounted Volume
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
1111
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.
1212

1313

14-
In SDK versions before 0.8.3, one could use a script similar to the example below to tie container shutdown to the `crashpad_handler` process.
14+
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:
1515
```bash
1616
#!/bin/bash
1717

0 commit comments

Comments
 (0)