From 859216954049dd2fde50b0e384251b1ba0861ef5 Mon Sep 17 00:00:00 2001 From: Jasper Boeijenga Date: Thu, 12 Oct 2023 15:13:33 +0200 Subject: [PATCH] Remove local plugin Signed-off-by: Jasper Boeijenga --- plugins/analytics-module-ga4/dev/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) 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,