Skip to content

Commit

Permalink
Record clicks on "Contact Support" in CCCS
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp committed Nov 26, 2024
1 parent 8c2d09b commit 18ac54d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ const OtherErrors = ( { cssState, retry, showRetry, supportLink }: ShowStopperEr
href={ supportLink }
target="_blank"
rel="noreferrer"
onClick={ () => {
recordBoostEvent( 'critical_css_contact_support', {} );
} }
>
{ __( 'Contact Support', 'jetpack-boost' ) }
</a>
Expand Down

0 comments on commit 18ac54d

Please sign in to comment.