If you are still having issues, please be sure to include as much information as possible: #### Environment details - OS: Mac/Linux - Node.js version: 8.11.4 - npm version: 6.4.0 - @google-cloud/error-reporting version: 0.5.1 - hapi version: 16.x (<- probably the most important one :D) #### Steps to reproduce 1. Throw in request handler 2. Error logged in cloud console is missing an url *  This is due to https://github.com/googleapis/nodejs-error-reporting/blob/259f04d6eb7c9f5636141c1a7d3b5ff0d61ce028/src/request-extractors/hapi.ts#L90 `req.url` can be an URL object. I would suggest to fallback to `req.path` or `req.url.path`. If that sounds ok I can do a PR if you'd like Following these steps will guarantee the quickest resolution possible. Thanks!
If you are still having issues, please be sure to include as much information as
possible:
Environment details
Steps to reproduce
*
This is due to
nodejs-error-reporting/src/request-extractors/hapi.ts
Line 90 in 259f04d
req.urlcan be an URL object. I would suggest to fallback toreq.pathorreq.url.path.If that sounds ok I can do a PR if you'd like
Following these steps will guarantee the quickest resolution possible.
Thanks!