Remove local plugin

Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
Jasper Boeijenga
2023-10-12 15:13:33 +02:00
parent 5a4437cf0c
commit 8592169540
@@ -16,7 +16,6 @@
import {
analyticsApiRef,
configApiRef,
createPlugin,
identityApiRef,
} from '@backstage/core-plugin-api';
import { createDevApp } from '@backstage/dev-utils';
@@ -25,15 +24,6 @@ import React from 'react';
import { GoogleAnalytics4 } from '../src';
import { Playground } from './Playground';
/**
* @deprecated Importing and including this plugin in an app has no effect.
* This will be removed in a future release.
*
* @public
*/
export const analyticsModuleGA4 = createPlugin({
id: 'analytics-provider-ga4',
});
createDevApp()
.registerApi({
api: analyticsApiRef,