Send route name with Statsig events (#3194)
* Add types to Statsig events * Send route name with events
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type Events = {
|
||||
init: {
|
||||
initMs: number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user