refactor: update rollbar to use composability api

This commit is contained in:
Andrew Thauer
2021-02-02 21:17:06 -05:00
parent 2aeb2ee94e
commit 9d6ef14bcd
19 changed files with 84 additions and 404 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { rollbarPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(rollbarPlugin).render();