Our policies won't allow us to have an api key directly in our calls given that we can't lock down an api key to only the Stackdriver Errors API. Do you have any recommendation for shaping these errors so that we can "proxy" them through our app engine server? You've done a fair bit of work in getting this shape right prior to shipping it up to the api directly, so I'd like to leverage that, but I'm not seeing a great way of doing that without just pulling out the code into my own module.
Our policies won't allow us to have an api key directly in our calls given that we can't lock down an api key to only the Stackdriver Errors API. Do you have any recommendation for shaping these errors so that we can "proxy" them through our app engine server? You've done a fair bit of work in getting this shape right prior to shipping it up to the api directly, so I'd like to leverage that, but I'm not seeing a great way of doing that without just pulling out the code into my own module.