mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-26 05:55:47 +02:00
Call TrackUsageData(true) to enable usage data tracking, which was accidentally disabled during server refactoring
This commit is contained in:
@@ -180,6 +180,7 @@ func main() {
|
||||
server.IsProductionEnvironment(isProductionEnvironment()),
|
||||
server.WithCron(cron),
|
||||
server.WithUpdateInfo(release.BuildUpdateInfo(release.Version)),
|
||||
server.TrackUsageData(true),
|
||||
)
|
||||
|
||||
go runBackgroundJobs(context.Background(), srv, db, stats)
|
||||
|
Reference in New Issue
Block a user