Files
backstage/.changeset/analytics-det-tyckte-inte-jag.md
T
Eric Peterson f7257dff6f Allow links to not be tracked (or tracked custom).
Signed-off-by: Eric Peterson <i.am@eric.pe>
2022-01-31 21:14:42 +01:00

338 B

@backstage/core-components, @backstage/plugin-catalog-react
@backstage/core-components @backstage/plugin-catalog-react
patch 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.