Skip to content

Changelog

All notable changes to the Sharpe API are documented here. Entries are auto-generated from conventional commits touching API code, docs, and infrastructure.


June 2026

featureanalytics

server-side PostHog capture for API usage, crons, upstream failures (#60)

  • New src/shared/lib/server-analytics.ts (posthog-node): captureServerEvent +
  • Events: api_request (withApi middleware, flushed via after()), cron_run
  • Identity merge: add api_keys.user_id (FK -> auth.users, indexed) via
  • Tests: server-analytics unit tests; middleware + cron capture assertions.
fixsentry

filter client noise + harden arbitrage abort and chart teardown (#54)

Was this page helpful?