mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
* fix: update segment event tracking for export completion * fix: include platform information in segment event tracking properties * feat: track segment events for import and export actions in workspace dropdown * feat: track segment events for import and export actions in workspace dropdown * feat: track segment event for export requests selection in modal * feat: track segment event for import completion with workspace and request counts * feat: include selected role in invitation tracking properties * feat: track segment events for invite resent and revoked actions * feat: track segment event for import action in project empty view * feat: track segment event for scanned import source * feat: track segment events for VCS pull and push actions with error handling * feat: track segment event for import action initiation * feat: track segment events for project creation and update actions with storage details * feat: track segment event for import action initiation in project route * fix: standardize storage property values to lowercase in project actions * fix: remove unnecessary console log in ExportRequestsModal * fix: replace alias import of database with direct import in actions file * fix: update segment event source for import and export actions to include 'scratchpad' * fix: restore import of showAlert in InviteModal component