@atlaskit/teams-app-internal-analytics 1.25.2 → 1.25.3

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/teams-app-internal-analytics
2
2
 
3
+ ## 1.25.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3e341ed734ff1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e341ed734ff1) -
8
+ Remove source from track.starTeam.failed
9
+
3
10
  ## 1.25.2
4
11
 
5
12
  ### Patch Changes
@@ -3364,6 +3364,3 @@ events:
3364
3364
  type: string
3365
3365
  required: false
3366
3366
  description: Specific type of error encountered
3367
- source:
3368
- type: string
3369
- description: The component where the error occurred
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::e9b8e3d67597c5c85abc4fe33e0c4bd8>>
6
+ * @codegen <<SignedSource::291243b3bb3f0ae95b6cd18a60d7200b>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -1507,7 +1507,6 @@ export type StarTeamFailedAttributesType = {
1507
1507
  error: string;
1508
1508
  errorMessage: string;
1509
1509
  errorType: string | null;
1510
- source: string;
1511
1510
  };
1512
1511
  export type AnalyticsEventAttributes = {
1513
1512
  /**
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::e9b8e3d67597c5c85abc4fe33e0c4bd8>>
6
+ * @codegen <<SignedSource::291243b3bb3f0ae95b6cd18a60d7200b>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -1507,7 +1507,6 @@ export type StarTeamFailedAttributesType = {
1507
1507
  error: string;
1508
1508
  errorMessage: string;
1509
1509
  errorType: string | null;
1510
- source: string;
1511
1510
  };
1512
1511
  export type AnalyticsEventAttributes = {
1513
1512
  /**
package/package.json CHANGED
@@ -84,7 +84,7 @@
84
84
  }
85
85
  },
86
86
  "name": "@atlaskit/teams-app-internal-analytics",
87
- "version": "1.25.2",
87
+ "version": "1.25.3",
88
88
  "description": "A package used by the teams app and platform packages to handle people and teams analytics",
89
89
  "author": "Atlassian Pty Ltd",
90
90
  "license": "Apache-2.0",