@k-msg/analytics 0.16.0 → 0.17.0
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.
- package/README.md +1 -0
- package/dist/collectors/event.collector.d.ts +1 -1
- package/dist/collectors/webhook.collector.d.ts +1 -1
- package/dist/index.js +17 -16
- package/dist/index.js.map +13 -12
- package/dist/index.mjs +17 -16
- package/dist/index.mjs.map +13 -12
- package/dist/shared/event-emitter.d.ts +15 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -74,6 +74,7 @@ await analytics.init();
|
|
|
74
74
|
|
|
75
75
|
- `@k-msg/analytics` does not create its own database. It reads from the `kmsg_delivery_tracking` table written by `DeliveryTrackingService`.
|
|
76
76
|
- For production usage, prefer a durable store (`SqliteDeliveryTrackingStore` or `BunSqlDeliveryTrackingStore`).
|
|
77
|
+
- Runtime diagnostics in analytics modules use `@k-msg/core` logger (no direct `console.*` in runtime paths).
|
|
77
78
|
|
|
78
79
|
## License
|
|
79
80
|
|