Skip to main content

Edge Functions via OpenTelemetry

Supabase Edge Functions support Deno and run on the edge. Use the HTTP API to report errors:

Supabase Webhooks

Forward database webhook events (triggers, realtime errors) to Squasher:
  1. Create a Database Webhook in the Supabase dashboard
  2. Set the endpoint to: https://ingest.squasher.ai/v1/drain/supabase/YOUR_PROJECT_ID
  3. Add the header: x-squasher-key: sq_pk_your_api_key

Database Logs via OTel Collector

For PostgreSQL query errors from your Supabase database, see the Docker integration guide to set up an OTel Collector that reads database logs.

Agent handoff