Users and logs provide clues. Sentry provides answers.
# What's Sentry?
Sentry is a service that helps you monitor and fix crashes
in realtime. The server is in Python, but it contains a full API for
sending events from any language, in any application.
## Official Sentry SDKs
- [JavaScript](https://github.com/getsentry/sentry-javascript)
- [React-Native](https://github.com/getsentry/react-native-sentry)
- [Python](https://github.com/getsentry/sentry-python)
- [Ruby](https://github.com/getsentry/raven-ruby)
- [PHP](https://github.com/getsentry/sentry-php)
- [Go](https://github.com/getsentry/sentry-go)
- [Rust](https://github.com/getsentry/sentry-rust)
- [Java](https://github.com/getsentry/sentry-java)
- [Objective-C/Swift](https://github.com/getsentry/sentry-cocoa)
- [C\#](https://github.com/getsentry/sentry-dotnet)
- [Perl](https://github.com/getsentry/perl-raven)
- [Elixir](https://github.com/getsentry/sentry-elixir)
- [Laravel](https://github.com/getsentry/sentry-laravel)
# Resources
- [Documentation](https://docs.sentry.io/)
- [Community](https://forum.sentry.io/) (Bugs, feature requests,
general questions)
- [Contributing](https://docs.sentry.io/internal/contributing/)
- [Bug Tracker](https://github.com/getsentry/sentry/issues)
- [Code](https://github.com/getsentry/sentry)
- [Transifex](https://www.transifex.com/getsentry/sentry/) (Translate
Sentry\!)