Raju Mandapati
Raju Mandapati
@saltiss Feel free to use our repo that has a fix for this https://github.com/mabbly/gulp-kraken. Looks like this repo is inactive.
@saltiss this would be the `package.json` entry: `"gulp-kraken": "git://github.com/mabbly/gulp-kraken.git#0.2.1",`
This might be because the `shouldLogEvent` function in LogsActivity trait is returning false for `created` and `updated` events. Is this expected behavior? ``` if (! in_array($eventName, ['created', 'updated'])) { return...