mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
Update Amplitude integration and dependencies
- Replaced @amplitude/unified with @amplitude/analytics-browser and added @amplitude/plugin-session-replay-browser for enhanced tracking capabilities. - Modified AmplitudeProvider to include session replay functionality with a configurable sample rate. - Updated user identification in AppContextProvider to use user email instead of ID for tracking. - Bumped various dependencies in package.json and pnpm-lock.yaml for compatibility and improvements.
This commit is contained in:
@ -44,7 +44,8 @@
|
||||
"knip": "knip"
|
||||
},
|
||||
"dependencies": {
|
||||
"@amplitude/unified": "1.0.0-beta.9",
|
||||
"@amplitude/analytics-browser": "^2.31.3",
|
||||
"@amplitude/plugin-session-replay-browser": "^1.23.6",
|
||||
"@emoji-mart/data": "^1.2.1",
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
"@formatjs/intl-localematcher": "^0.5.10",
|
||||
|
||||
Reference in New Issue
Block a user