Skip to content

Commit

Permalink
chore(native): add note that standalone native sdk is experimental (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest committed Feb 16, 2024
1 parent 8c9faf3 commit 763b2ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platform-includes/getting-started-primer/native.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
The Sentry Native SDK is intended for C and C++. However, since it builds as a dynamic library and exposes C-bindings, it can be used by any language that supports interoperability with C, such as the Foreign Function Interface (FFI).

<Note>

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.

</Note>

Sentry also offers higher-level SDKs for platforms with built-in support for native crashes:

- [_Android_](/platforms/android/)
Expand Down

0 comments on commit 763b2ff

Please sign in to comment.