78 questions
Score of 3
1 answer
223 views
Google Cloud Error reporting slow to respond to errors
I'm using Google App Engine on Google Cloud to run a Flask app. It used to be that whenever an error appeared on the production server I would receive an email from Google Console that an error ...
Score of 1
1 answer
119 views
Ruby exceptions not appearing in Google Cloud Error Reporting
I have a Rails app running in GKE and I'm trying to set up Google Cloud Error Reporting. I have installed the stackdriver gem and required it on application startup. I can manually report errors from ...
Score of 0
1 answer
80 views
Update IAM role to add Error Report Writer
Sorry for posting this...
I am having lots of issues with my error reporting, my latest troubleshooting has me adding the role of roles/errorreporting.writer but when I go to the IAM page, click on ...
Score of 0
0 answers
128 views
How does GCP Error reporting differentiates errors?
I am trying @google-cloud/error-reporting npm package. I would like to know how Error reporting differentate errors. I often see two different errors being grouped as one error even if they have a ...
Score of 0
2 answers
350 views
Is it possible to use SMS notification channel for GCP error reporting?
I created a SMS notification that works with log based metrics. But I can not find a way to use it for notifications for Error reporting. It does not show when I open the dropdown me nu to select the ...
Score of 0
1 answer
177 views
Google Cloud Error Reporting showing extraneous errors
I have a fastapi application hosted on google cloud run. When exceptions are thrown, google cloud logs and error reporting show multiple different errors in packages like uvicorn, anyio (EndOfStream), ...
Score of 1
1 answer
676 views
google cloud error reporting not able to collect errors properly from cloud run
by default all errors on cloud run is collected by cloud error reporting and it's working for me. but the traceback is not full.
by digging in the log from cloud run, i am able to get the full error ...
Score of 1
0 answers
98 views
Custom attributes in Google Error Reporting shows up in logs but not on stackdriver
We are logging errors using GCPLoggingClient. Making sure that the format of the logged objects is ReportedErrorEvent so that they get marked as google errors and show up in stackdriver error ...
Score of 5
0 answers
551 views
Google Cloud Error Reporting - Grouping and Stack Trace
I can't seem to get Google Cloud Error Reporting to properly group errors and have a stack trace. If I include the stack trace, then all errors seem to get grouped together as a Traceback error, ...
Score of 0
1 answer
144 views
How to get my k8s application name discovered by Google's ErrorReporting services?
I Google Cloud's ErrorReporting the "Seen in" section doesn't show anything useful for my GKE deployments. It's either empty or says gke_instance which is pretty useless. I have set the ...
Score of 0
3 answers
1153 views
Only some Winston logger.error calls appear in the GCP error reporting
I'm using Winston in my Node.js application on GCP as described here: https://cloud.google.com/logging/docs/samples/logging-winston-quickstart
That works in a sense that I see the logs I expect in the ...
Score of 0
1 answer
364 views
How to send a error in google error reporting with no reportLocation
I'm trying to report errors using the Google Cloud Error Reporting api. I want log them with their stackTrace. I do not want to use context.reportLocation
It is mentioned here that
message:string
[...
Score of 1
1 answer
362 views
Specify a single gke cluster for gcp error reporting service
I've multiple gke clusters (stg, dev, prod), And I'm using the error reporting service to get alerts about errors, so is there anyway to filter the errors based on the gke cluster name, e.g (getting ...
Score of 1
1 answer
276 views
Google AppEngine Deploy Error (cloud-error-reporting)
I have an App (PHP 7.4) running on Google AppEngine Standard. Now i have created
a new Project inside CloudConsole wih same settings and want to deploy
this App to the new generated Project for ...
Score of 2
1 answer
2122 views
How to retrieve name and revision of a Cloud Run service, from the service itself?
I am using Error Reporting to report any error in my Cloud Run services and Cloud Run jobs.
In a Node.js application, you can instantiate Error Reporting like this:
const error_reporting = new ...