Zalvena/packages/web/CHANGELOG.md
Noah Richardson 95f9710547 fix: read browser locale and is debug on first event
`shared.ts` currently reads the default browser locale and is debug on import, which causes
issueswhen imported in a server component. This moves the reads for those to whenever the first
event issent and those values are actually required, which is typically on the client.

fix #7
2024-07-19 09:37:35 -04:00

711 B

0.4.3

  • Move browser locale and is debug reads from import to first event to better support SSR

0.4.2

  • Fix error when running on chrome

0.4.1

  • Support for custom API path

0.4.0

  • Internal refactor

0.3.2

  • better version of the session id generator

0.3.1

  • use new session id format

0.3.0

  • Added an option to specify isDebug at init time

0.2.0

  • Some internal refactor to support the new @aptabase/react package

0.1.3

  • Add automatic session timeout after 1 hour of inactivity

0.1.2

  • Added support for automatic segregation of Debug/Release events

0.1.1

  • Refactor on session generator

0.1.0

  • Move to Rollup 3
  • Output both CJS and ESM modules