Skip to main content
Soundcheck can emit events to the backstage events plugin.

Configuration

To enable events add the following configuration to your soundcheck config:
Make sure you are also running the most recent version of @spotify/backstage-plugin-soundcheck-node, as this package includes typing for the events.

Event Types

There are currently two types of events supported, CheckStatusChangeEvent and CertificationChangeEvent.

CheckStatusChangeEvent

This event is emitted when a check status changes, for example if a check status goes from failed to passed. Example Payload:
If there was no prior check status, the event’s previousState field will be undefined. To use this event you can subscribe to it via events service:

CertificationStatusChangeEvent

This event is emitted when a certification state changes, for example if a certification for a level goes from failed to passed. Example Payload:
If there was no prior certification status, the event’s previousState field will be undefined. To use this event you can subscribe to it via events service: