Send route name with Statsig events (#3194)

* Add types to Statsig events

* Send route name with events
This commit is contained in:
dan 2024-03-13 03:29:03 +00:00 committed by GitHub
parent 653240bc05
commit f1d55f49fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 7 deletions

View file

@ -0,0 +1,5 @@
export type Events = {
init: {
initMs: number
}
}