-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
Description
Currently, the History Server plugin (AuronSQLHistoryServerPlugin) crashes during initialization when the AuronBuildInfoUIData record is not present in the KVStore.
This happens because:
AuronSQLAppStatusStore.buildInfo()assumes the record always exists and throws an exception when it's missing- The plugin uses a null check (
buildInfo() != null) which doesn't catch the exception before it propagates - Applications without BuildInfo events show no Auron tab or display an error
Expected Behavior
- History Server should gracefully handle missing BuildInfo data
- Auron tab should always be created and display a user-friendly message when BuildInfo is unavailable
- No exceptions during plugin initialization
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels