.appStarted()
method has been removed and integrated into .init().screen()
has been replaced by .page()
(but is still available as an alias).checkUpdates()
method has been removedinit
once.userId
, a string that will allow you to track your users..identify()
multiple times, the last one will be remembered as the current user data (it will overwrite).Nucleus.setProps
multiple times without overwriting past props.init
, error:
and nucleus:
. Don't report events containing these strings..page()
method with the new view name.disableTracking: true
option to the module on start if you want to directly prevent tracking.uncaughtException
, unhandledRejection
and windowError
events.