Created
July 19, 2021 09:54
-
-
Save lukaszsagol/58c9b38300fb18ca81e12418a47eee25 to your computer and use it in GitHub Desktop.
How to capture TypeScript Firebase functions errors in Sentry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports = module.exports = functions.https.onCall( | |
httpsOnCallWrapper('helloWorld', helloWorldHandler) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code for tutorial How to capture TypeScript Firebase functions errors in Sentry