UNPKG

@sentry/react-native

Version:
12 lines 407 B
import type { Integration } from '@sentry/core'; type SupabaseReactNativeIntegrationOptions = { supabaseClient: unknown; }; /** * Use this integration to instrument your Supabase client. * * Learn more about Supabase at https://supabase.com */ export declare function supabaseIntegration(options: SupabaseReactNativeIntegrationOptions): Integration; export {}; //# sourceMappingURL=supabase.d.ts.map