mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: add registration and create_app tracking
This commit is contained in:
@ -27,7 +27,7 @@ const AmplitudeProvider: FC<IAmplitudeProps> = ({
|
||||
fileDownloads: true,
|
||||
},
|
||||
// Enable debug logs in development environment
|
||||
logLevel: process.env.NODE_ENV === 'development' ? amplitude.Types.LogLevel.Debug : amplitude.Types.LogLevel.Warn,
|
||||
logLevel: amplitude.Types.LogLevel.Warn,
|
||||
})
|
||||
|
||||
// Log initialization success in development
|
||||
|
||||
Reference in New Issue
Block a user