@xh/hoist 73.0.0-SNAPSHOT.1747089149860 → 73.0.0-SNAPSHOT.1747146913330

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.
@@ -92,14 +92,11 @@ export class AppStateModel extends HoistModel {
92
92
  timestamp: loadStarted,
93
93
  elapsed: Date.now() - loadStarted - (timings.LOGIN_REQUIRED ?? 0),
94
94
  data: {
95
- loadId: XH.loadId,
96
- tabId: XH.tabId,
97
95
  timings: mapKeys(timings, (v, k) => camelCase(k)),
98
96
  clientHealth: XH.clientHealthService.getReport(),
99
97
  window: this.getWindowData(),
100
98
  screen: this.getScreenData()
101
99
  },
102
- logData: ['loadId', 'tabId'],
103
100
  omit: !XH.appSpec.trackAppLoad
104
101
  })
105
102
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1747089149860",
3
+ "version": "73.0.0-SNAPSHOT.1747146913330",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",