newrelic: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 23:57:50 +01:00
parent 64b9efac2e
commit c5ab91ce3c
5 changed files with 27 additions and 6 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { newRelicPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(newRelicPlugin).render();