Open
Description
Problem Statement
Sentry's Python SDK does not have OOTB support for Supabase features. Supbase is famously a new service for your postgres DB, 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-py library for all CRUD interactions with a database Supabase Python Docs
- Ai & Vectors: TBC how we could integrate with their python client
Solution Brainstorm
There is a 3rd party integration for their Node.js library, for reference.