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(utils): Refactor addInstrumentationHandler to dedicated methods #9542

Merged
merged 9 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. feat(utils): Refactor addInstrumentationHandler to dedicated methods

    This is mostly an internal utility, but changes a bit. This improves the actual type safety a lot, because currently we've been duplicating the types everywhere, sometimes in slightly differing ways, leading to potential issues.
    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    81399fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53401b View commit details
    Browse the repository at this point in the history
  3. avoid test

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1071982 View commit details
    Browse the repository at this point in the history
  4. fixes

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6b2f328 View commit details
    Browse the repository at this point in the history
  5. fixes

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3f07f3c View commit details
    Browse the repository at this point in the history
  6. fix test

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    279671c View commit details
    Browse the repository at this point in the history
  7. fix

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8f368db View commit details
    Browse the repository at this point in the history
  8. fix

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    be2f51e View commit details
    Browse the repository at this point in the history
  9. fix for tests

    mydea committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7cc1856 View commit details
    Browse the repository at this point in the history