mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 07:01:10 +02:00
Add @manacore/shared-error-tracking package with: - Frontend error tracker with batching and offline support - SvelteKit integration with hooks handler - Expo/React Native integration with global error handler - NestJS module with exception filter and service - Shared TypeScript types for error log entries
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
// Re-export everything for convenience
|
|
export * from './types';
|
|
export * from './nestjs';
|
|
export * from './frontend';
|