Allow links to not be tracked (or tracked custom).
Signed-off-by: Eric Peterson <i.am@eric.pe>
This commit is contained in:
committed by
Eric Peterson
parent
416513b5c4
commit
f7257dff6f
@@ -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.
|
||||
Reference in New Issue
Block a user