@objectiv/tracker-core
Version:
Core functionality for Objectiv JavaScript trackers
27 lines (19 loc) • 748 B
Markdown
# Objectiv JavaScript Tracker Core
Interface for creation, configuration, and management of Objectiv trackers. Provides factories for producing
Contexts & Events based on the open taxonomy schema, a basic batched Queue and Transport implementation, as well
as interfaces for other implementations. It’s also extensible through plugins.
## Package installation
```sh
yarn add @objectiv/tracker-core
```
### or
```sh
npm install @objectiv/tracker-core
```
## Usage
For a detailed usage guide, see the documentation: [https://objectiv.io/docs](https://objectiv.io/docs)
## Copyright and license
Licensed and distributed under the Apache 2.0 License (An OSI Approved License).
Copyright (c) 2021-2022 Objectiv B.V.
All rights reserved.