Files
backstage/.changeset/many-boats-cough.md
T
2021-05-18 08:25:39 -06:00

689 B

@backstage/plugin-splunk-on-call
@backstage/plugin-splunk-on-call
minor

Updates the Splunk On-Call plugin for the composability system migration.

To upgrade, modify your EntityPage to use the updated export names. The EntitySplunkOnCallCard should be wrapped in an <EntitySwitch> condition as shown in the plugin README, which you may already have in place.

import {
- isPluginApplicableToEntity as isSplunkOnCallAvailable,
+  isSplunkOnCallAvailable,
- SplunkOnCallCard
+  EntitySplunkOnCallCard,
} from '@backstage/plugin-splunk-on-call';

...
-  <SplunkOnCallCard entity={entity}>
+  <EntitySplunkOnCallCard />