@atlaskit/editor-plugin-metrics 9.0.22 → 9.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-plugin-metrics
2
2
 
3
+ ## 9.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [`14803a836f641`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14803a836f641) -
8
+ Update README.md and 0-intro.tsx
9
+
3
10
  ## 9.0.22
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,43 @@
1
- # EditorPluginMetrics
1
+ # Editor Plugin Metrics
2
2
 
3
3
  Metrics plugin for @atlaskit/editor-core
4
4
 
5
+ **Note:** This component is designed for internal Atlassian development.
6
+ External contributors will be able to use this component but will not be able to submit issues.
7
+
8
+ ## Overview
9
+
10
+ The Metrics plugin tracks user activity and engagement metrics within the Atlassian Editor. It monitors content changes, user actions, and active session duration to provide insights into editor usage patterns and performance.
11
+
12
+ ## Key features
13
+
14
+ - **Activity session tracking** - Monitor active editing sessions and session duration
15
+ - **Action counting** - Track and categorize user actions (insertions, deletions, undo operations)
16
+ - **Content analysis** - Measure content size changes and node modifications
17
+ - **Performance metrics** - Capture efficiency and effectiveness indicators
18
+ - **Transaction integration** - Attach metrics payloads directly to ProseMirror transactions
19
+
20
+ ## Install
21
+ ---
22
+ - **Install** - *yarn add @atlaskit/editor-plugin-metrics*
23
+ - **npm** - [@atlaskit/editor-plugin-metrics](https://www.npmjs.com/package/@atlaskit/editor-plugin-metrics)
24
+ - **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-metrics)
25
+ - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-metrics/dist/)
26
+
5
27
  ## Usage
28
+ ---
29
+ **Internal use only**
30
+
31
+ @atlaskit/editor-plugin-metrics is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
32
+
33
+ Direct use of this component is not supported.
34
+
35
+ Please see [Atlaskit - Editor plugin metrics](https://atlaskit.atlassian.com/packages/editor/editor-plugin-metrics) for documentation and examples for this package.
6
36
 
7
- `import EditorPluginMetrics from '@atlaskit/editor-plugin-metrics';`
37
+ ## Support
38
+ ---
39
+ For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
8
40
 
9
- Detailed docs and example usage can be found
10
- [here](https://atlaskit.atlassian.com/packages/editor/editor-plugin-metrics).
41
+ ## License
42
+ ---
43
+ Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-metrics",
3
- "version": "9.0.22",
3
+ "version": "9.0.23",
4
4
  "description": "Metrics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/editor-plugin-user-preferences": "^6.0.0",
34
34
  "@atlaskit/editor-prosemirror": "^7.3.0",
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
- "@atlaskit/tmp-editor-statsig": "^55.0.0",
36
+ "@atlaskit/tmp-editor-statsig": "^55.1.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "bind-event-listener": "^3.0.0"
39
39
  },