This is the place for creating a list where we find events that can be added.
A noobaa crash event as a result of a panic call
was found as a part of issue #8471
I didn't add the noobaa event (const NoobaaEvent = require('../manage_nsfs/manage_nsfs_events_utils').NoobaaEvent; and new NoobaaEvent(NoobaaEvent.ENDPOINT_CRASHED).create_event(undefined, undefined, err); in panic.js under function panic directly to avoid module dependency.
Environment info
This is the place for creating a list where we find events that can be added.
const NoobaaEvent = require('../manage_nsfs/manage_nsfs_events_utils').NoobaaEvent;
andnew NoobaaEvent(NoobaaEvent.ENDPOINT_CRASHED).create_event(undefined, undefined, err);
inpanic.js
under functionpanic
directly to avoid module dependency.