Question 201 of 202
Single answerYou support a trading application written in Python and hosted on App Engine flexible environment. You want to customize the error information being sent to
Stackdriver Error Reporting. What should you do?
A. 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.
B.Install the Stackdriver Error Reporting library for Python, and then run your code on a Compute Engine VM.
C.Install the Stackdriver Error Reporting library for Python, and then run your code on Google Kubernetes Engine.
D.Install the Stackdriver Error Reporting library for Python, and then run your code on App Engine flexible environment.
<p>A. 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.</p>
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.