Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
update metric names, closes #539
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Oct 18, 2020
1 parent 0ed2568 commit 643eb65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/metrics/metricsTracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
// so the web console displays it as "[Custom] event_name".
const (
amplitudeAPIURL string = "https://api2.amplitude.com/2/httpapi"
startupEventName string = "ce:test_startup"
updateEventName string = "ce:test_update"
deleteEventName string = "ce:test_delete"
startupEventName string = "ce:startup"
updateEventName string = "ce:update"
deleteEventName string = "ce:delete"
)

// MetricsTracker wraps the properties for Amplitude events,
Expand Down

0 comments on commit 643eb65

Please sign in to comment.