Skip to content

Commit 505768a

Browse files
authored
update actual version tag
1 parent 3b33c31 commit 505768a

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
@@ -8,9 +8,9 @@ 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-
Starting with SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3) for Linux and [0.8.6](https://github.com/getsentry/sentry-native/releases/tag/0.8.6) for Windows, the [option `crashpad_wait_for_upload`](https://docs.sentry.io/platforms/native/configuration/options/#crashpad-wait-for-upload) allows the application to wait for the `crashpad_handler` to finish before a shutdown-after-crash.
11+
Starting with SDK version [0.8.3](https://github.com/getsentry/sentry-native/releases/tag/0.8.3) for Linux and [0.9.0](https://github.com/getsentry/sentry-native/releases/tag/0.9.0) for Windows, the [option `crashpad_wait_for_upload`](https://docs.sentry.io/platforms/native/configuration/options/#crashpad-wait-for-upload) allows the application to wait for the `crashpad_handler` to finish before a shutdown-after-crash.
1212

13-
In SDK versions older than `0.8.3`/`0.8.6`, you could use a script similar to the example below to tie container shutdown to the `crashpad_handler` process:
13+
In SDK versions older than `0.8.3`/`0.9.0`, you could use a script similar to the example below to tie container shutdown to the `crashpad_handler` process:
1414
```bash
1515
#!/bin/bash
1616

0 commit comments

Comments
 (0)