8aa0b60257
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
689 B
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 />