mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
func(session): add Ip address to session,for analyze
This commit is contained in:
parent
e881735a23
commit
3feacde18d
7 changed files with 21 additions and 9 deletions
|
|
@ -221,4 +221,5 @@ export interface SessionData {
|
|||
subdivision1: string;
|
||||
subdivision2: string;
|
||||
city: string;
|
||||
ip: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue