Skip to content

Commit 2ae5de6

Browse files
authored
chore: add note about experimental state of standalone SDK (#952)
1 parent 0043edf commit 2ae5de6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ applications, optimized for C and C++. Sentry allows to add tags, breadcrumbs
1717
and arbitrary custom context to enrich error reports. Supports Sentry _20.6.0_
1818
and later.
1919

20+
### Note <!-- omit in toc -->
21+
22+
Using the `sentry-native` SDK in a standalone use case is currently an experimental feature. The SDK’s primary function is to fuel our other SDKs, like [`sentry-java`](https://github.com/getsentry/sentry-java) or [`sentry-unreal`](https://github.com/getsentry/sentry-unreal). Support from our side is best effort and we do what we can to respond to issues in a timely fashion, but please understand if we won’t be able to address your issues or feature suggestions.
23+
2024
## Resources <!-- omit in toc -->
2125

2226
- [SDK Documentation](https://docs.sentry.io/platforms/native/)
@@ -239,7 +243,7 @@ using `cmake -D BUILD_SHARED_LIBS=OFF ..`.
239243
Builds the Qt integration, which turns Qt log messages into breadcrumbs.
240244

241245
- `SENTRY_BREAKPAD_SYSTEM` (Default: OFF):
242-
This instructs the build system to use system-installed breakpad libraries instead of using the in-tree version.
246+
This instructs the build system to use system-installed breakpad libraries instead of using the in-tree version.
243247

244248
| Feature | Windows | macOS | Linux | Android | iOS |
245249
| ---------- | ------- | ----- | ----- | ------- | --- |

0 commit comments

Comments
 (0)