All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix build
- Fix setUser - ensure updated config values are passed to the queue
- handle use outside of context more cleanly
- Removed console.logs
- Prevent setUser from causing infinite loops inside use effect without passing in the dependencies. Thanks to @cdimitroulas
- handle info = undefined correctly (Thanks @roguesherlock)
- fix type for ReactNode children
- fix crypto is undefined bug
- use headers for optional params
- use public typedefs for timeout in dispatch queue
- move build to node 18
- rewrite to make extensible
- batching
- error boundaries
- sendEvent
- capture exceptions
- make namespace the hostname
- Make namespace the path
- make sessions behave correctly
- add correlation ID's and session tracking
- fix next js build
- add type definitions
- fix npm install
- Chrome Support
- Toggle local support
- Toggle Web Vitals
- Default to autocreated web dataset
- Fix package name
- Don't send events for local host
- Page view metric
- SETUP CI