Merge pull request #9257 from backstage/analytics/link-no-track

This commit is contained in:
Eric Peterson
2022-02-01 16:39:01 +01:00
committed by GitHub
5 changed files with 40 additions and 2 deletions
@@ -0,0 +1,6 @@
---
'@backstage/core-components': patch
'@backstage/plugin-catalog-react': patch
---
The `<Link />` component now accepts a `noTrack` prop, which prevents the `click` event from being captured by the Analytics API. This can be used if tracking is explicitly not warranted, or in order to use custom link tracking in specific situations.