I think we should provide something like this: ```javascript expect(() => { throw new EError('Something went wrong').combine({ tracingId: 42 }); }).toThrowErrorObject({ message: 'Something went wrong', tracingId: 42 }); ```