KO
|
EN
gitlite — search
Search
#javascript
#golang
#java
#spring-boot
#php
#vue
#css
#deep-learning
#computer-vision
#websocket
#html
#tensorflow
sentry-godot
★ 250
Open GitHub ↗
Sentry SDK for Godot Game Engine
Download README (.md)
Explore Similar Repositories
gosiris
:
An actor framework for Go
deepaugment
:
Discover augmentation strategies tailored for your dataset
forgejs
:
ForgeJS is a javascript framework that unleashes immersive WebVR experiences.
3d-force-graph-vr
:
3D force-directed graph component in VR
unit-uskit
:
unit-uskit
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sentry-godot
?
Download (.md)
# Sentry for Godot Engine Sentry for Godot helps you monitor your game's health during QA and after release. It provides insights into crash reports, script errors, hardware information, user feedback, attachments and more through real-time alerting and an intuitive web dashboard. With automatic error reporting, release tracking, and AI-assisted analysis, you can quickly identify, prioritize, and resolve issues for a better player experience. **Architecture**: Built as a C++ GDExtension library using mature Sentry SDKs like [sentry-native](https://github.com/getsentry/sentry-native) as the foundation.  **Feedback Welcome**: We'd love to hear about your experience! Share feedback and ask questions in [Discussions](https://github.com/getsentry/sentry-godot/discussions). ## Minimum supported Godot Engine | SDK Version | Required Godot Version | |--------------------------|------------------------| | `1.x` and `2.x` releases | Godot 4.5 or later | | `0.x` releases | Godot 4.3 or later | For upgrade instructions between major versions, see the [Migration Guide](https://docs.sentry.io/platforms/godot/migration/). ## Supported platforms and architectures - **Windows**: x86_64, x86_32, arm64 - **Linux**: x86_64, x86_32, arm64 - **macOS**: universal (Intel and Apple Silicon) - **Android**: arm64, arm32, x86_64, x86_32 - **iOS**: device and simulator - **Web**: supported in 1.4.0 and later - **C#/.NET**: supported in 2.0.0 and later - **W4 console forks**: coming in 2026 Support for additional platforms and architectures may be added in future releases. ## Getting started Pre-built extension libraries with the demo project are available in [**Releases**](https://github.com/getsentry/sentry-godot/releases). Check the official [Sentry SDK documentation](https://docs.sentry.io/platforms/godot/) to get started. In the Godot editor, you can adjust options by going to `Project Settings -> Sentry -> Options`. Feel free to explore the demo `project/` for usage examples. ## Building from source For build instructions, see our [**Contributing Guide**](https://github.com/getsentry/sentry-godot/blob/master/CONTRIBUTING.md#building-sdk). ## Contributing We appreciate your contributions! Feel free to open issues for feature requests and ask questions in [**Discussions**](https://github.com/getsentry/sentry-godot/discussions). Your feedback is very much welcome! Check out our [**Contributing Guide**](https://github.com/getsentry/sentry-godot/blob/master/CONTRIBUTING.md).