Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify macOS support of the inproc backend #1072

Merged
merged 3 commits into from
Nov 4, 2024
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 | ✓ | (✓)* | ✓ | ☑ | |
supervacuus marked this conversation as resolved.
Show resolved Hide resolved
| - 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
supervacuus marked this conversation as resolved.
Show resolved Hide resolved

- `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