@momo-kits/foundation 0.110.1-tracking.3 → 0.110.1-tracking.4

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.
@@ -124,6 +124,9 @@ const StackScreen: React.FC<ScreenParams> = props => {
124
124
  componentName: 'Screen',
125
125
  state: 'load',
126
126
  duration: timeLoad,
127
+ params: {
128
+ widgets: tracking.current.widgets,
129
+ },
127
130
  });
128
131
  navigator?.maxApi?.stopTrace?.(
129
132
  tracking.current.traceIdLoad,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.110.1-tracking.3",
3
+ "version": "0.110.1-tracking.4",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},