File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/native/configuration/backends Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CMake option, with support for the following options:
1616 It is used as the default on Windows, macOS, and Linux.
1717- ` breakpad ` : This uses the in-process breakpad handler.
1818- ` inproc ` : A small in-process handler supported on all platforms
19- and used as a default on Android. It does no longer work on macOS since version 13 ("Ventura").
19+ and used as a default on Android. It has no longer worked on macOS since version 13 ("Ventura").
2020- ` none ` : This builds ` sentry-native ` without a backend, so it does not handle
2121 crashes. It is primarily used for tests.
2222
@@ -27,4 +27,4 @@ written to disk and sent the next time the application is run. Since `Crashpad`
2727runs in a different process, it doesn't have this limitation.
2828
2929The [ Advanced Usage] ( /platforms/native/advanced-usage/backend-tradeoffs ) section
30- explains the trade-offs in choosing the correct backend for your use case.
30+ explains the trade-offs in choosing the correct backend for your use case.
You can’t perform that action at this time.
0 commit comments