Skip to content

Instantly share code, notes, and snippets.

@bhaibel
Created October 30, 2018 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhaibel/9990371c537858dda8b88655b8cc68e9 to your computer and use it in GitHub Desktop.
Save bhaibel/9990371c537858dda8b88655b8cc68e9 to your computer and use it in GitHub Desktop.
metrics & async/await snippet 7
function postMetrics(eventName, metadata) {
fetch(METRICS_URL, {method: 'POST', data: { eventName, metadata }}).catch(noop);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment