---
title: "Supabase"
description: "Correlate Sentry traces with Supabase logs on Apple platforms."
url: https://docs.sentry.io/platforms/apple/guides/watchos/integrations/supabase/
---

# Supabase | Sentry for watchOS

The Sentry Apple SDK instruments URLSession and automatically injects `sentry-trace` and `baggage` headers into outgoing requests — including those made by the Supabase Swift SDK. Enabling `enablePropagateTraceparent` also adds the W3C `traceparent` header, which Supabase reads to stamp API Gateway and Edge Function logs with your trace ID.

Combined with [Supabase Log Drains](https://docs.sentry.io/product/drains/supabase.md), this lets you navigate from a Sentry span directly to the Supabase server logs it produced — with no changes to your `SupabaseClient` setup.

See the [Supabase Swift trace propagation documentation](https://supabase.com/docs/guides/monitoring-and-debugging/client-side-tracing) for full setup instructions, including the SwiftPM `OpenTelemetry` trait and `enablePropagateTraceparent` configuration.
