Daniel M Barlow

Results 3 comments of Daniel M Barlow

Similar to #481 (also waiting for merge as of writing)

This related information might be useful. We found that this error occurred when using [google-api-client](https://rubygems.org/gems/google-api-client/versions/0.34.1). When we added this code the error stopped occurring: ``` Google::Apis::RequestOptions.default.use_opencensus = false ``` ......