Send route name with Statsig events (#3194)
* Add types to Statsig events * Send route name with events
This commit is contained in:
parent
653240bc05
commit
f1d55f49fa
3 changed files with 36 additions and 7 deletions
5
src/lib/statsig/events.ts
Normal file
5
src/lib/statsig/events.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export type Events = {
|
||||
init: {
|
||||
initMs: number
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue