gcp Google Cloud release notes ·

Error Reporting Adds Rust Stack Trace Support on GCP

observabilitygcpgaengineer
announcement

Google Cloud's Error Reporting now enables the collection and reporting of stack traces from Rust applications. This enhancement improves observability and debugging capabilities for Rust services deployed within the GCP ecosystem. To utilize this feature, developers must set the `RUST_BACKTRACE=1` environment variable and ensure debug symbols are enabled in their Rust applications. This integration streamlines error diagnosis for Rust developers leveraging Google Cloud.

Notes (1)
  • Error Reporting

    Error Reporting can report stack traces collected from Rust applications using std::backtrace . To enable, set the RUST_BACKTRACE=1 environment variable and make sure debug symbols are enabled. For more information, see ReportedErrorEvent .

Read the original announcement →

https://docs.cloud.google.com/release-notes#August_13_2026

Related releases