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: Set log level for Fetch/XHR breadcrumbs based on status code #13711

Merged
merged 9 commits into from
Sep 23, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e70d1b3 View commit details
    Browse the repository at this point in the history
  2. chore(typo): Fix typo in Scope.addBreadcrumb

    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c141bd8 View commit details
    Browse the repository at this point in the history
  3. Remove extra optional chain

    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fbcc140 View commit details
    Browse the repository at this point in the history
  4. test(core): Add unit test for the updated log level function

    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    80efec1 View commit details
    Browse the repository at this point in the history
  5. fix(core): Apply breadcrumb log level function in packages where `add…

    …Breadcrumb` is called
    
    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3100ead View commit details
    Browse the repository at this point in the history
  6. fix(core): Revert to original addBreadcrumb code

    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7cea142 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a71e07e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fix(core): Add log level only to 4xx/5xx codes

    Modify `getBreadcrumbLogLevel` to account only for 4xx or 5xx status.
    Tests updated to reflect the changes to `getBreadcrumbLogLevel` function.
    
    Signed-off-by: Kaung Zin Hein <[email protected]>
    Zen-cronic committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    bfa9caf View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Clean up

    lforst committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e5e33ee View commit details
    Browse the repository at this point in the history