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
3 changed files with 36 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
export type Events = {
init: {
initMs: number
}
}