mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 08:59:46 +08:00
- Introduced AmplitudeProvider component for initializing Amplitude analytics. - Integrated user tracking in AppContextProvider to report user and workspace information. - Added event tracking for workflow log filter selections. - Updated package.json and pnpm-lock.yaml to include @amplitude/unified dependency.
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export { default } from './AmplitudeProvider'
|
|
export { resetUser, setUserId, setUserProperties, trackEvent } from './utils'
|