Skip to content

Supabase Support #15436

Closed
@smeubank

Description

@smeubank

Problem Statement

Sentry's Node.js SDK does not have OOTB support for Supabase features. Supabase 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:

For Node in particular there are a number of ways documented by Supabase to interact with their Postgres DBs, Let's ensure we can support as many as possible

Image

Solution Brainstorm

There is a 3rd party integration for their Node.js library, for reference.

This introduces a requirement to install yet another library, the user should only need the Sentry SDK and Supbase client, or other relevant client for builing

Activity

self-assigned this
on Feb 18, 2025
cobyeastwood183

cobyeastwood183 commented on Feb 25, 2025

@cobyeastwood183

hey, got a ticket on supporting this, https://sentry.zendesk.com/agent/tickets/146070

smeubank

smeubank commented on Feb 26, 2025

@smeubank
MemberAuthor

hey, got a ticket on supporting this, https://sentry.zendesk.com/agent/tickets/146070

this was actually a mixup, the dev is using edge functions and should use the Sentry Deno SDK directly. But this was further confusion caused by there being another package floating around out there

added theissue type on Mar 3, 2025
linked a pull request that will close this issuefeat: Add Supabase Integration #15719on Mar 20, 2025
added a commit that references this issue on Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Supabase Support · Issue #15436 · getsentry/sentry-javascript