Googlebot "Fetch as Google" fails when page errors

Fetch as Google (https://www.google.com/webmasters/tools/googlebot-fetch) fails to render the page when an error report is sent to sentry. It looks like Googlebot is just respecting the sentry io/robots.txt rule to disallow /api

I’m not sure if this is impacting our site’s general crawling status, but it is making things extremely difficult to debug.

Is there any sort of workaround available, or a chance we can change the robots.txt rule on sentry io?

Hmm, looks like the offending post from my page goes to /api/<key>/store...

And this rule should allow it Allow: /api/*/store/

Anyone have a better idea on why Googlebot complains about an error post being made?