@loglayer/transport-posthog Changelog
1.1.0
Minor Changes
- #418
8406eecThanks @theogravity! - Minor version bump to release the updatedILogLayer/ILogBuildertype system across the ecosystem. The core type change in@loglayer/shared(chainable methods now returnILogLayer<This>so types no longer collapse toany— see #417) affects the types every package exposes and consumes, so all packages are re-released together at minor.
Patch Changes
- Updated dependencies [
8406eec]:- @loglayer/transport@3.3.0
1.0.0
Major Changes
- #407
586fcf4Thanks @theogravity! - Add@loglayer/transport-posthog— a new transport that sends logs to PostHog via theposthog-jsSDK's structured logger API.
