summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-04-02 11:47:06 -0400
committerJordan Wiens <github@psifertex.com>2026-04-02 11:47:11 -0400
commite1efc289bfccf86afa8a4bda02ded1674ba018d0 (patch)
treec712316fe3774542db77c4af65122bce8f03650c /docs
parentdd13a71adda0bdd01650b9daf72a25534ae7f2bb (diff)
add sentry open source license
Diffstat (limited to 'docs')
-rw-r--r--docs/about/open-source.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 15979f59..d7a37b4c 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -43,6 +43,7 @@ The previous tools are used in the generation of our documentation, but are not
- [JSON for Modern C++] ([JSON for Modern C++ license] - MIT)
- [zstd] ([zstd license] - BSD)
- [openssl] ([openssl license] - Apache 2.0)
+ - [sentry-native] ([sentry-native license] - MIT)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -196,3 +197,5 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[Ghidra DB FFI license]: https://github.com/Vector35/ghidra-db-ffi/blob/main/LICENSE
[GraalVM CE]: https://github.com/oracle/graal/
[GraalVM CE license]: https://github.com/oracle/graal/blob/master/LICENSE
+[sentry-native]: https://github.com/getsentry/sentry-native
+[sentry-native license]: https://github.com/getsentry/sentry-native/blob/master/LICENSE