Room-Elephant / extension-chrome-key-retriever

Boost your web development productivity with this feature-rich extension. Gain complete visibility into the session, local, and cookie storage keys of your websites. Explore advanced functionalities like modifying these storage values and monitoring keys and sub keys effortlessly.
https://key-retriever.room-elephant.com/
Apache License 2.0
11 stars 2 forks source link

feat: add google analytics config #41

Closed Marianarodrigues7 closed 1 year ago

Marianarodrigues7 commented 1 year ago

This PR adds google analytics configuration to extension.

Events added to analytics:

Event name Event description Parameters
page_view Event when extension opens version
extension_error Event when unhandled rejection error reason
number_of_keys Event triggered in each store update total (key list length); session (session items length); cookie (cookie items length); local (local items length);
view_value Event when clicking view value
copy_value Event when clicking copy value
set_value Event when clicking set value
delete_item Event when clicking delete key
invalid_form Event when clicking save key, in add key form, with incorrect fields invalidFields (stringified list of incorrect fields)
JPedroBorges commented 1 year ago

Added the following events:

JPedroBorges commented 1 year ago

As discussed offline, added the following metrics

JPedroBorges commented 1 year ago

@Marianarodrigues7 LMK if there's something else we should add in this scope 👍🏻