Skip to content

Instantly share code, notes, and snippets.

@lukaszsagol
Created July 19, 2021 09:54
Show Gist options
  • Save lukaszsagol/58c9b38300fb18ca81e12418a47eee25 to your computer and use it in GitHub Desktop.
Save lukaszsagol/58c9b38300fb18ca81e12418a47eee25 to your computer and use it in GitHub Desktop.
How to capture TypeScript Firebase functions errors in Sentry
exports = module.exports = functions.https.onCall(
httpsOnCallWrapper('helloWorld', helloWorldHandler)
)
@lukaszsagol
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment