Replies: 2 comments
-
Hi @tangtai, I'm not aware of a lot of people using Sentry with Firebase Functions but let's see what we can do here. Would you mind sharing how you set up Sentry with your firebase function? Would be interesting to see how you're initializing the SDK ( |
Beta Was this translation helpful? Give feedback.
-
I mostly follow this post to set up my wrapper function for capturing errors MEDIUM POST |
Beta Was this translation helpful? Give feedback.
-
I am trying to find a way to log errors for my firebase project.
I wonder which module I should use for a firebase functions project, since firebase functions is a wrapped version of google cloud functions the wrapper function from @sentry/serverless does not quite work.
For using @sentry/node I can have it logging to sentry.io, but it does not transactions properly, transaction.finish() will throw an undefined error, I wonder if anyone uses firebase functions and sentry.io together.
Beta Was this translation helpful? Give feedback.
All reactions