Table of Contents

Class GotrueDiagnostics

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Names of the diagnostic sources the GoTrue client emits to. Pass these when wiring up OpenTelemetry so you don't have to hardcode (case-sensitive) source names: TracerProviderBuilder.AddSource(GotrueDiagnostics.SourceName) and MeterProviderBuilder.AddMeter(GotrueDiagnostics.SourceName).

public static class GotrueDiagnostics
Inheritance
GotrueDiagnostics
Inherited Members

Fields

SourceName

The name shared by the GoTrue client's ActivitySource and Meter.

public const string SourceName = "Supabase.Gotrue"

Field Value

string