Merge pull request #6677 from backstage/feat/analytics-api

Introduce the Analytics API, core events, and a GA implementation provider
This commit is contained in:
Eric Peterson
2021-10-04 18:55:20 +02:00
committed by GitHub
53 changed files with 2130 additions and 40 deletions
@@ -11,6 +11,7 @@ export const {{ pluginVar }} = createPlugin({
export const {{ extensionName }} = {{ pluginVar }}.provide(
createRoutableExtension({
name: '{{ extensionName }}',
component: () =>
import('./components/ExampleComponent').then(m => m.ExampleComponent),
mountPoint: rootRouteRef,