@atlaskit/analytics
Advanced tools
Comparing version 3.0.2 to 3.0.3
# @atlaskit/analytics | ||
## 3.0.3 | ||
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67) | ||
- [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67) | ||
- @atlaskit/docs@4.0.1 | ||
## 3.0.2 | ||
@@ -4,0 +9,0 @@ - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619) |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "The Atlaskit Component Analytics Framework", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/docs": "^4.0.0", | ||
"@atlaskit/docs": "^4.0.1", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", | ||
@@ -36,0 +36,0 @@ "react-redux": "^5.0.0", |
# Analytics | ||
__Note__: This package may be soon deprecated in favor of ```@atlaskit/analytics-next```. | ||
Fire analytics events from React Components and then decorate and listen for them. | ||
## Installation | ||
```sh | ||
yarn add @atlaskit/analytics | ||
``` | ||
## Usage | ||
Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/core/analytics). |
72600
16