@lingo.dev/_sdk@0.17.3

sipcapture/homer@lingo.dev/_sdk@0.17.3Jul 24, 2026by github-actions[bot]

AI Summary

The SDK now correctly associates PostHog analytics events with the organization key's organization ID if the API reports it, improving the visibility of SDK activity in organization-level analytics.

Key Highlights

  • PostHog events now attach the organization group
  • SDK activity now shows up in org-level analytics
  • No behavior change for API keys without an organization ID

Full Release Notes

### Patch Changes

- [#2172](https://github.com/lingodotdev/lingo.dev/pull/2172) [`8c0393a`](https://github.com/lingodotdev/lingo.dev/commit/8c0393a084204affb58e789ae434e147f2338a61) Thanks [@cherkanovart](https://github.com/cherkanovart)! - SDK PostHog events now attach the `organization` group when the API reports the
  key's organization, so SDK activity shows up in org-level analytics. No behavior
  change for API keys whose server does not return an organization id.