Releases: aptabase/aptabase-react-native
Releases · aptabase/aptabase-react-native
0.3.10
Added dispose
function to explicitly stop a started client
0.3.9
- Change from
API Version
to Android Version
0.3.8
- fix typing definitions
- use ESM only
- fix compilation error on web apps
0.3.5
better version of the session id generator
0.3.4
- use new session id format
0.3.3
- Changes the way we flush events when app state changes.
0.3.1
- Fixed an issue where the
appBuildNumber
would sometimes be sent as a number instead of a string
0.3.0
- Added a new
AptabaseProvider
and useAptabase
hook to make usage easier
0.2.1
- Move bunlder to
tsup
- export type
AptabaseOptions
0.1.2
Added an option to set the appVersion
during init
call, useful Expo developers who want to have App Version set when running on Expo Go