@djangocfg/monitor 2.1.217 → 2.1.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,29 +0,0 @@
1
- # Project Map
2
- > typescript-package — A full-stack TypeScript monitoring SDK with separate client and server entry points for capturing and ingesting frontend events to a Django backend.
3
- > Generated: 2026-03-13T15:38:58.263009+00:00
4
-
5
- ## Structure
6
-
7
- - `_api/` — API client layer providing the singleton monitor instance and public ingest endpoint. **[entry: index.ts]**
8
- - `_api/generated/cfg_monitor/` — Auto-generated TypeScript client SDK for the Django CFG Monitor backend API. **[entry: index.ts]**
9
- - `client/` — Browser-side monitoring client for use in frontend 'use client' components. **[entry: index.ts]**
10
- - `client/capture/` — Modules for capturing browser-side events like console logs, JS errors, and network calls.
11
- - `client/store/` — Zustand store for managing the client-side event queue and batching. **[entry: index.ts]**
12
- - `client/transport/` — Transport layer for sending batched events to the ingest API with keep-alive support. **[entry: ingest.ts]**
13
- - `server/` — Server-side monitoring client for Next.js route handlers and server components. **[entry: index.ts]**
14
- - `types/` — Shared TypeScript type definitions for configuration and events across client and server. **[entry: index.ts]**
15
-
16
- ## Entry Points
17
-
18
- - `./index.ts`
19
- - `_api/index.ts`
20
- - `_api/generated/cfg_monitor/index.ts`
21
- - `client/index.ts`
22
- - `client/store/index.ts`
23
- - `client/transport/ingest.ts`
24
- - `server/index.ts`
25
- - `types/index.ts`
26
- - `index.ts`
27
-
28
- ---
29
- Model: deepseek/deepseek-v3.2-20251201 | Tokens: 2055