-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Set log level for Fetch/XHR breadcrumbs based on status code #13711
Commits on Sep 18, 2024
-
fix(core): Set log level for Fetch/XHR breadcrumbs based on status code
Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e70d1b3 - Browse repository at this point
Copy the full SHA e70d1b3View commit details -
chore(typo): Fix typo in
Scope.addBreadcrumb
Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c141bd8 - Browse repository at this point
Copy the full SHA c141bd8View commit details -
Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbcc140 - Browse repository at this point
Copy the full SHA fbcc140View commit details -
test(core): Add unit test for the updated log level function
Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80efec1 - Browse repository at this point
Copy the full SHA 80efec1View commit details -
fix(core): Apply breadcrumb log level function in packages where `add…
…Breadcrumb` is called Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3100ead - Browse repository at this point
Copy the full SHA 3100eadView commit details -
fix(core): Revert to original
addBreadcrumb
codeSigned-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cea142 - Browse repository at this point
Copy the full SHA 7cea142View commit details -
test(browser): Add sample integration test for breadcrumb log level
Signed-off-by: Kaung Zin Hein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71e07e - Browse repository at this point
Copy the full SHA a71e07eView commit details
Commits on Sep 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bfa9caf - Browse repository at this point
Copy the full SHA bfa9cafView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5e33ee - Browse repository at this point
Copy the full SHA e5e33eeView commit details