Update tracking endpoint

This commit is contained in:
Eric Bailey
2026-01-21 13:45:14 -06:00
parent 6771bdc24a
commit 9aa04712f8
+1 -1
View File
@@ -12,7 +12,7 @@ type Event<M extends Record<string, any>> = {
metadata: Record<string, any>
}
const TRACKING_ENDPOINT = env.METRICS_API_HOST + '/track'
const TRACKING_ENDPOINT = env.METRICS_API_HOST + '/t'
export class MetricsClient<M extends Record<string, any>> {
private started: boolean = false