Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ using `cmake -D BUILD_SHARED_LIBS=OFF ..`.
| - none | ✓ | ✓ | ✓ | ☑ | ☑ |
| | | | | | |
| Backends | | | | | |
| - inproc | ✓ | | ✓ | ☑ | |
| - inproc | ✓ | (✓)* | ✓ | ☑ | |
| - crashpad | ☑ | ☑ | ☑ | | |
| - breakpad | ✓ | ✓ | ✓ | (✓) | (✓) |
| - none | ✓ | ✓ | ✓ | ✓ | |
Expand All @@ -270,6 +270,7 @@ Legend:
- ☑ default
- ✓ supported
- unsupported
- `*`: `inproc` has not produced valid stack traces on macOS since version 13 ("Ventura"). Details: https://github.com/getsentry/sentry-native/issues/906

- `SENTRY_FOLDER` (Default: not defined):
Sets the sentry-native projects folder name for generators which support project hierarchy (like Microsoft Visual Studio).
Expand Down
Loading