getsentry / getsentry/sentry-dotnet
Supabase Support
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Problem Statement
Sentry's .NET SDK does not have OOTB support for Supabase features. Supabase is famously a new service for your postgres DBs, but it does much more today.
in order of what the SDK should support, and can be broken into independently shippable features:
- support of the [supabase](https://supabase.com/docs/reference/csharp/introduction) library for all CRUD interactions with a database [Supabase Nuget Docs](https://www.nuget.org/packages/supabase)
- Other features of Supabase relevant for .NET tbc
### Solution Brainstorm
There is a [3rd party integration](https://github.com/supabase-community/sentry-integration-js) for their Node.js library, for reference.
Contributor guide
Assessment
This issue has not been assessed yet.