Remove deprecated stuff

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2023-07-04 14:33:24 +02:00
parent a4b364ec14
commit 8ee279896e
-10
View File
@@ -24,17 +24,7 @@ import {
import { Playground } from '../../analytics-module-nr/dev/Playground';
import { NewRelicBrowser } from '../src';
/**
* @deprecated Importing and including this plugin in an app has no effect.
* This will be removed in a future release.
*
* @public
*/
export const analyticsModuleNR = createPlugin({
id: 'analytics-provider-nr',
});
createDevApp()
.registerPlugin(analyticsModuleNR)
.registerApi({
api: analyticsApiRef,
deps: { configApi: configApiRef, identityApi: identityApiRef },