diff --git a/plugins/analytics-module-ga4/dev/index.tsx b/plugins/analytics-module-ga4/dev/index.tsx index 4fe8496b35..8b30c0e081 100644 --- a/plugins/analytics-module-ga4/dev/index.tsx +++ b/plugins/analytics-module-ga4/dev/index.tsx @@ -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,