We support every technology (except the ones we don't). Get started with just a few lines of code. Just run this command to sign up for and install Sentry.
brew install getsentry/tools/sentry-wizard && sentry-wizard -i androidInstall the NuGet package to add the Sentry dependency:
dotnet add package SentryInitialize the SDK as early as possible, like in the Main method in Program.cs/Program.fs:
using (SentrySdk.Init(o => {
// Tells which project in Sentry to send events to:
















