Skip to content

Commit

Permalink
Add anonymous user analytics (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Mar 27, 2023
1 parent 9f62ddc commit 497677e
Show file tree
Hide file tree
Showing 9 changed files with 554 additions and 188 deletions.
169 changes: 146 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy_static = "1.4"
log = "0.4"
num_cpus = "1.15"
md-5 = "0.10"
os_info = "3.6"
sysinfo = "0.28.4"
hostname = "0.3"
rand = "0.8"
relative-path = { version = "1.7", features = ["serde"] }
Expand Down Expand Up @@ -75,6 +75,7 @@ bzip2 = { version = "*", features=["static"] }
once_cell = "1.17.1"
pyroscope = { version = "0.5.3", optional = true }
pyroscope_pprofrs = { version = "0.2", optional = true }
uptime_lib = "0.2.2"

[build-dependencies]
static-files = "0.2"
Expand Down
Loading

0 comments on commit 497677e

Please sign in to comment.