Automatically track events
You can enable automatic tracking of Storage Events such as uploads and downloads, by setting { track: true }
when calling the Storage API.
Track all the Storage events
Storage.configure({ track: true });
Track a specific storage action
Storage.get('welcome.png', { track: true });