react-azure-config
Version:
🚀 The Ultimate Multi-App Configuration Library! CRITICAL BUG FIXES: Prefixed environment keys no longer sent to Azure. Complete architectural redesign with bulletproof fallback system. Enterprise-grade Azure integration and monorepo support.
4 lines • 495 B
TypeScript
export { AppInsightsProvider, useAppInsightsAvailable } from './client/insights/provider';
export { useAppInsights, useTrackEvent, useTrackException, useTrackPageView, useInsightsConfig, useTrackPerformance } from './client/insights/hooks';
export type { AppInsightsConfig, AppInsightsContextValue, AppInsightsProviderProps, CustomEventData, CustomExceptionData, PageViewData, TelemetryContext, UseAppInsightsReturn } from './client/insights/types';
//# sourceMappingURL=client-insights.d.ts.map