Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add telemetry to companion #1117

Merged
merged 32 commits into from
Jan 27, 2023

Commits on Dec 16, 2022

  1. feat: add types for state

    SgtPooki committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    dbde5bd View commit details
    Browse the repository at this point in the history
  2. tmp

    SgtPooki committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3e3dc16 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    829283e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Update add-on/src/lib/telemetry.js

    Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
    SgtPooki and whizzzkid authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2ab0bbe View commit details
    Browse the repository at this point in the history
  2. Update add-on/src/lib/telemetry.js

    Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
    SgtPooki and whizzzkid authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1934425 View commit details
    Browse the repository at this point in the history
  3. Update add-on/src/lib/telemetry.js

    Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
    SgtPooki and whizzzkid authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    faf72a8 View commit details
    Browse the repository at this point in the history
  4. Update add-on/_locales/en/messages.json

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    SgtPooki and lidel authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3b83c17 View commit details
    Browse the repository at this point in the history
  5. Update add-on/_locales/en/messages.json

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    SgtPooki and lidel authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f6b6081 View commit details
    Browse the repository at this point in the history
  6. Update add-on/_locales/en/messages.json

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    SgtPooki and lidel authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e372e74 View commit details
    Browse the repository at this point in the history
  7. Update add-on/_locales/en/messages.json

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    SgtPooki and lidel authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    11d3b9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a0af8f View commit details
    Browse the repository at this point in the history
  9. chore: use debug logger

    SgtPooki committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a256e05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    798c5fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d4d6c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4058da2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e66ea9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    090d700 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d83de1a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. chore: clean up UI

    SgtPooki committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ceb65b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db9b6e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    15ab207 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    fa915c3 View commit details
    Browse the repository at this point in the history
  2. fix: build

    SgtPooki committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c19ba88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d334ec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    162aaa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    089b0d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee060c2 View commit details
    Browse the repository at this point in the history
  3. chore: address PR comments

    * use latest ignite-metrics library
    * don't use singleton function for grabbing metricsProvider
    * ensure metrics initialize and update properly
    SgtPooki committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ea798df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dad1bfa View commit details
    Browse the repository at this point in the history
  5. chore(lint): fix lint errors

    SgtPooki committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d2f9cab View commit details
    Browse the repository at this point in the history
  6. fix: use browser.runtime.sendMessage

    * Telemetry messages are passed between contexts using browser.runtime
    * Upgraded to @ipfs-shipyard/ignite-metrics@1.3.0
    * Updated consent handling from state to be more explicit
    SgtPooki committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0810499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7160856 View commit details
    Browse the repository at this point in the history