Rename AirbrakeWidget to EntityAirbrakeContent

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
Karan Shah
2021-12-31 09:33:36 +00:00
parent cccee1da42
commit 5b4a983a7a
9 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
*/
import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { AirbrakeWidget, airbrakePlugin } from '../src/plugin';
import { EntityAirbrakeContent, airbrakePlugin } from '../src/plugin';
import {
Content,
ContentHeader,
@@ -32,7 +32,7 @@ createDevApp()
<Page themeId="tool">
<Header
title="Airbrake demo application"
subtitle="Test the widget below"
subtitle="Test the plugin below"
>
<HeaderLabel label="Owner" value="Owner" />
<HeaderLabel label="Lifecycle" value="Alpha" />
@@ -43,7 +43,7 @@ createDevApp()
A description of your plugin goes here.
</SupportButton>
</ContentHeader>
<AirbrakeWidget />
<EntityAirbrakeContent />
</Content>
</Page>
),