@atlaskit/tmp-editor-statsig 13.16.1 → 13.17.0

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-statsig-tmp
2
2
 
3
+ ## 13.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e5f402044b1c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5f402044b1c6) -
8
+ Add media render error analytics
9
+
3
10
  ## 13.16.1
4
11
 
5
12
  ### Patch Changes
@@ -1073,6 +1073,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1073
1073
  param: 'isEnabled',
1074
1074
  defaultValue: false
1075
1075
  }),
1076
+ // Added 2025-10-13
1077
+ platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
1078
+ productKeys: {
1079
+ confluence: 'platform_editor_media_error_analytics'
1080
+ },
1081
+ param: 'isEnabled',
1082
+ defaultValue: false
1083
+ }),
1076
1084
  // Added 2025-10-15
1077
1085
  platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
1078
1086
  productKeys: {
@@ -1067,6 +1067,14 @@ export const editorExperimentsConfig = {
1067
1067
  param: 'isEnabled',
1068
1068
  defaultValue: false
1069
1069
  }),
1070
+ // Added 2025-10-13
1071
+ platform_editor_media_error_analytics: createBooleanExperiment({
1072
+ productKeys: {
1073
+ confluence: 'platform_editor_media_error_analytics'
1074
+ },
1075
+ param: 'isEnabled',
1076
+ defaultValue: false
1077
+ }),
1070
1078
  // Added 2025-10-15
1071
1079
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1072
1080
  productKeys: {
@@ -1067,6 +1067,14 @@ export var editorExperimentsConfig = {
1067
1067
  param: 'isEnabled',
1068
1068
  defaultValue: false
1069
1069
  }),
1070
+ // Added 2025-10-13
1071
+ platform_editor_media_error_analytics: createBooleanExperiment({
1072
+ productKeys: {
1073
+ confluence: 'platform_editor_media_error_analytics'
1074
+ },
1075
+ param: 'isEnabled',
1076
+ defaultValue: false
1077
+ }),
1070
1078
  // Added 2025-10-15
1071
1079
  platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1072
1080
  productKeys: {
@@ -786,6 +786,12 @@ export declare const editorExperimentsConfig: {
786
786
  param: string;
787
787
  productKeys?: import("./types").ProductKeys;
788
788
  };
789
+ platform_editor_media_error_analytics: {
790
+ typeGuard: typeof import("./type-guards").isBoolean;
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: import("./types").ProductKeys;
794
+ };
789
795
  platform_editor_new_mentions_detection_logic: {
790
796
  typeGuard: typeof import("./type-guards").isBoolean;
791
797
  defaultValue: boolean;
@@ -786,6 +786,12 @@ export declare const editorExperimentsConfig: {
786
786
  param: string;
787
787
  productKeys?: import("./types").ProductKeys;
788
788
  };
789
+ platform_editor_media_error_analytics: {
790
+ typeGuard: typeof import("./type-guards").isBoolean;
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: import("./types").ProductKeys;
794
+ };
789
795
  platform_editor_new_mentions_detection_logic: {
790
796
  typeGuard: typeof import("./type-guards").isBoolean;
791
797
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.16.1",
3
+ "version": "13.17.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",