Live Feed/Supabase/Fact Record
Supabase logo
Supabase
feature 96% Confidence Gate August 18, 2026

Connect client traces to your logs

The supabase-js library now automatically propagates W3C Trace Context headers in outgoing requests. This enables the correlation of client-side traces with server-side Supabase logs using a shared trace_id.

Verified State Diff

Comparison Mode:
- Previous State
Client-side traces and Supabase server-side logs were disconnected, lacking a shared identifier for end-to-end request tracking.
+ Verified New State
supabase-js propagates W3C Trace Context, allowing client traces and Supabase logs to share a unified trace_id.

Impact & Verification Analysis

WHO IS AFFECTED

Full-stack developers and DevOps engineers using Supabase for distributed applications.

WHY IT MATTERS

It significantly reduces mean time to resolution (MTTR) for production issues by enabling end-to-end observability and request debugging across the entire stack.

Full Fact Overview

By implementing W3C Trace Context propagation, Supabase has bridged the observability gap between frontend client applications and backend infrastructure. Previously, logs generated by Supabase services were isolated from the client-side execution context, making distributed tracing across the network boundary impossible. With this update, the traceparent header is injected into requests, allowing observability platforms to stitch together a unified request lifecycle from the browser or mobile client through to the Supabase database and API layers.

Multi-Source Evidence Chain (1)

Connect client traces to your logsSupabase
TRACKED ENTITY
Explore all historical Supabase changes
View Supabase Hub ➔