@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
|
@@ -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