Allow links to not be tracked (or tracked custom).

Signed-off-by: Eric Peterson <i.am@eric.pe>
This commit is contained in:
Eric Peterson
2022-01-30 19:16:30 +01:00
committed by Eric Peterson
parent 416513b5c4
commit f7257dff6f
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.