Skip to content

Commit

Permalink
chore: Instrument CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Feb 10, 2023
1 parent 61bb9b9 commit a290952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DocPageBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const DocPageBanner = ({ text, cta, url, height, onClose }) => (
as={Link}
to={url ?? 'https://newrelic.com/signup'}
variant={Button.VARIANT.PRIMARY}
instrumentation={{ component: 'docBannerCta' }}
>
{cta ?? 'Start now'}
</Button>
Expand Down

0 comments on commit a290952

Please sign in to comment.