Stackdriver ruby gem not reporting errors for a Rack app on Google Container Engine (GKE) -
i have deployed simple ruby web app (using rack) on google container engine , im unable enable stackdriver error reporting. although logging works perfectly
i've installed official google cloud ruby stackdriver gem -(https://github.com/googlecloudplatform/google-cloud-ruby/tree/master/stackdriver)
since gem states takes care of configuration, have installed , required file @ top of rack server file.
for google cloud project, stackdriver error reporting correctly configured since shows me errors other containers on same containerengine deployment.
for testing whether error reporting works, have setup endpoint triggers ruby standarderror , returns http 500.
the stackdriver logs show error being reported nothing appears on stackdriver error console.
i using puma server, catches errors , takes appropriate response. interfering stackdriver error handling?
thanks reading far , help!
Comments
Post a Comment