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

fix(utils): Keep logger on carrier #13570

Merged
merged 5 commits into from
Sep 4, 2024
Merged

fix(utils): Keep logger on carrier #13570

merged 5 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. fix(utils): Keep logger on carrier

    Today, if you have a pluggable integration, it will incorrectly use it's own logger, which will generally be disabled. This is because we inline all the logger code into the bundle, but the logger is never enabled.
    mydea committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    feca47c View commit details
    Browse the repository at this point in the history
  2. user singleton directly

    mydea committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a225a43 View commit details
    Browse the repository at this point in the history
  3. add new size limits

    mydea committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    52ab4bd View commit details
    Browse the repository at this point in the history
  4. remove size limit

    mydea committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4386e42 View commit details
    Browse the repository at this point in the history
  5. skip in debug tests

    mydea committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3fd1ec5 View commit details
    Browse the repository at this point in the history