Skip to content

@loglayer/transport-posthog Changelog

1.1.0

Minor Changes

  • #418 8406eec Thanks @theogravity! - Minor version bump to release the updated ILogLayer / ILogBuilder type system across the ecosystem. The core type change in @loglayer/shared (chainable methods now return ILogLayer<This> so types no longer collapse to any — 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 586fcf4 Thanks @theogravity! - Add @loglayer/transport-posthog — a new transport that sends logs to PostHog via the posthog-js SDK's structured logger API.