Error Reporting은 Cloud Run 애플리케이션에서 자동으로 사용 설정됩니다. 대부분의 프로그래밍 언어에서는 stderr, stdout 또는 Error Reporting 지원 언어를 포함하는 기타 로그에 기록되는 예외사항이 Cloud Logging에 기록되고 Error Reporting에서 자동으로 감지됩니다.
예외사항이 감지되지 않으면 해당 언어에 Error Reporting 클라이언트 라이브러리를 사용하는 것이 좋습니다. 자세한 내용은 언어별 설정을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-01(UTC)"],[[["Error Reporting is automatically enabled for Cloud Run applications, capturing exceptions written to `stderr`, `stdout`, or logs with stack traces."],["If exceptions aren't automatically detected, it is recommended to use the Error Reporting client library for your programming language."],["You can view a table of the top errors detected and aggregated by Error Reporting in the **Metrics** tab of the Cloud Run service detail page."],["Detailed instructions on how to report error events manually and view error data can be found in the provided documentation links."]]],[]]