Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You manage a Python-based trading application running on App Engine flexible environment. How can you customize the error details sent to Stackdriver Error Reporting?
A
Install the Stackdriver Error Reporting library for Python, and then run your code on a Compute Engine VM.
B
Install the Stackdriver Error Reporting library for Python, and then run your code on Google Kubernetes Engine.
C
Install the Stackdriver Error Reporting library for Python, and then run your code on App Engine flexible environment.
D
Use the Stackdriver Error Reporting API to write errors from your application to ReportedErrorEvent, and then generate log entries with properly formatted error messages in Stackdriver Logging.