Error: invalid json response body at https://us-central1-all-that.cloudfunctions.net/og-image/api/template/activity/?id=PDRCyNGR5oss2AakfRjt reason: Unexpected token < in JSON at position 1
File "/usr/src/that/events/admin.js", line 325, in EventEmitter.<anonymous>
Sentry.captureException(new Error(err.message));
File "/usr/src/that/events/admin.js", line 313, in <anonymous>
catch((e) => process.nextTick(() => adminEventEmitter.emit('error', e)));
In a nutshell need to add a retry with an exponential backoff
https://cloud.google.com/functions/docs/troubleshooting#scalability
Sentry Issue: THAT-API-11T