@sentry/react-native
Version:
Official Sentry SDK for react-native
12 lines • 407 B
TypeScript
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