mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 03:39:53 +08:00
- Added AmplitudeProvider component to initialize Amplitude analytics. - Integrated Amplitude tracking in layout components and workflow log filter. - Implemented user tracking in AppContextProvider to report user and workspace information to Amplitude. - Added utility functions for tracking events and managing user properties.
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export { default } from './AmplitudeProvider'
|
|
export { resetUser, setUserId, setUserProperties, trackEvent } from './utils'
|