Skip to content

7.18.3

Latest

Choose a tag to compare

@releaser-posthog-python releaser-posthog-python released this 12 Jun 12:51
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
800db99

Patch changes

  • ee6a3c8 Warn when an AI wrapper's base_url points at the PostHog AI Gateway. The gateway emits its own $ai_generation, so each call would be captured (and billed) twice. The wrapper only warns and never drops the event. Detection covers the wrapper funnels (OpenAI, Anthropic, LangChain) and the OTel span path. — Thanks @richardsolomou!