analytics: Update name of a tracking event
This updates the name of `- Button Clicked` tracking event to more descriptive `- Copy UUID`.
This commit is contained in:
parent
13e59dff13
commit
050a0d5458
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ export const AwsDetails = ({ compose }: AwsDetailsPropTypes) => {
|
|||
clickTip="Copied"
|
||||
variant="inline-compact"
|
||||
onClick={() => {
|
||||
analytics.track(`${AMPLITUDE_MODULE_NAME} - Button Clicked`, {
|
||||
analytics.track(`${AMPLITUDE_MODULE_NAME} - Copy UUID`, {
|
||||
module: AMPLITUDE_MODULE_NAME,
|
||||
link_name: compose.id,
|
||||
current_path: window.location.pathname,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue