mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Analytics: Rename create dashboard event (#54390)
This commit is contained in:
parent
87375f570d
commit
4a0a6c8fd4
@ -46,7 +46,7 @@ export const useDashboardSave = (dashboard: DashboardModel) => {
|
||||
// important that these happen before location redirect below
|
||||
appEvents.publish(new DashboardSavedEvent());
|
||||
notifyApp.success('Dashboard saved');
|
||||
reportInteraction(`Dashboard ${dashboard.id ? 'saved' : 'created'}`, {
|
||||
reportInteraction(`grafana_dashboard_${dashboard.id ? 'saved' : 'created'}`, {
|
||||
name: dashboard.title,
|
||||
url: state.value.url,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user