UNPKG

@sentry/react-native

Version:
13 lines (12 loc) 420 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