Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: event/category for build our own link
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Feb 14, 2022
1 parent c67bf24 commit 942d2f3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ const GlobalFooter = ({ className }) => {
as={ExternalLink}
variant={Button.VARIANT.OUTLINE}
to="https://developer.newrelic.com/contribute-to-quickstarts/"
instrumentation={{ component: 'GlobalFooter' }}
instrumentation={{
component: 'GlobalFooter',
eventName: 'instantObservability',
category: 'BuildYourOwnQuickstartClick',
}}
>
<Icon
name="zap"
Expand Down

0 comments on commit 942d2f3

Please sign in to comment.