Surai
Surai
This PR is inspired by and (hopefully) solves https://github.com/objectiv/objectiv-analytics/issues/1131 --- In this PR I add options to further customize how we track inputs. The main aim is to better support...
This PR contains changes that are ready to be published in the next version of the SDKs: - https://github.com/objectiv/objectiv-analytics/pull/1014 - https://github.com/objectiv/objectiv-analytics/pull/1041 - https://github.com/objectiv/objectiv-analytics/pull/1048 - https://github.com/objectiv/objectiv-analytics/pull/1058 - https://github.com/objectiv/objectiv-analytics/pull/1057 - https://github.com/objectiv/objectiv-analytics/pull/1031 -...
We recently received a troubleshooting request for loading Browser Tracker in a non-modularized vanilla JS application. This is currently not possible, as Browser Tracker was designed to function in modularized...
Vue seems to have a very similar architecture, if not identical, to React when it comes to components, context providers and side effects. It should be fairly straightforward to build...
Although they are not a problem, they are annoying for debugging and for tools that validate our package structure. The main culprit is Core Tracker. It contains also all the...
We built some custom commands to ease e2e testing with Cypress. Let's bundle them up in a nice package, complete with TS definitions. **Extra** - Consider cleaning up and reusing...
A brand new framework from the creators of AngularJS, Ionic, Stencil and Gin. https://qwik.builder.io/ It's an entirely new paradigm that has the potential of revolutionizing HTML5. The syntax is almost...
This PR contains releasable changes for version 0.0.26 of the Tracking SDKs: - https://github.com/objectiv/objectiv-analytics/pull/1240 (Published on NPM as 0.0.26-next.0) - https://github.com/objectiv/objectiv-analytics/pull/1255
New state for Core Tracker to: - switch to a different endpoint when enabled - generate SessionContext based on objectiv.clientSessionId global when in anonymous mode
Currently Trackers are immutable, exception made for a few properties like the active flag. Nonetheless, sometimes it's necessary to reconfigure a Tracker instance with more complicated changes, like a new...