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:
regexowl 2025-05-02 13:49:56 +02:00 committed by Lucas Garfield
parent 13e59dff13
commit 050a0d5458

View file

@ -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,