Skip to content

capture response body for failed requests and if tracing is enabled in SentryHttpClient #7747

capture response body for failed requests and if tracing is enabled in SentryHttpClient

capture response body for failed requests and if tracing is enabled in SentryHttpClient #7747

Triggered via pull request September 17, 2024 12:09
Status Failure
Total duration 14m 37s
Artifacts

flutter.yml

on: pull_request
cancel-previous-workflow
2s
cancel-previous-workflow
analyze  /  cancel-previous-workflow
4s
analyze / cancel-previous-workflow
analyze  /  analyze
1m 14s
analyze / analyze
analyze  /  package-analysis
2m 37s
analyze / package-analysis
pod-lint
2m 56s
pod-lint
swift-lint
26s
swift-lint
ktlint
17s
ktlint
detekt
10s
detekt
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 2 notices
analyze / analyze
Dart Analyzer detected problems, see the logs for more information.
analyze / package-analysis
Process completed with exit code 1.
analyze / package-analysis
Failed to remove 'http.https://github.com/.extraheader' from the git config
linux | ubuntu | stable
Unexpected input(s) 'functionalities', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'git_service', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
'captureFailedRequests' is deprecated and shouldn't be used. All Request and Responses are now logged, if `sendDefaultPii` is `true` and `maxRequestBodySize` and `maxResponseBodySize` conditions are met.: flutter/lib/src/native/sentry_native_channel.dart#L63
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'captureFailedRequests' is deprecated and shouldn't be used. All Request and Responses are now logged, if `sendDefaultPii` is `true` and `maxRequestBodySize` and `maxResponseBodySize` conditions are met.: flutter/test/integrations/init_native_sdk_test.dart#L108
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.