Skip to content

Instantly share code, notes, and snippets.

@yuriatgoogle
Created November 15, 2019 18:49
Show Gist options
  • Save yuriatgoogle/73f9a71fe03916fb2e425515c8b33a02 to your computer and use it in GitHub Desktop.
Save yuriatgoogle/73f9a71fe03916fb2e425515c8b33a02 to your computer and use it in GitHub Desktop.
app.get('/report-error', (req, res) => {
res.send('Stackdriver error reported!');
errors.report('Stackdriver error reported');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment