Although the documentation mentions email and slack integrations, the keys are missing from the interface and it throws an error
interface Options {
storage: any;
port?: number;
enableConsoleOutput?: boolean;
exitOnException?: boolean;
enableDashboard?: boolean;
path?: string;
appName?: string;
environmentName?: string;
serverName?: string;
collectLogs?: string[];
}
Although the documentation mentions email and slack integrations, the keys are missing from the interface and it throws an error