Discussed in #6986
Originally posted by sassomedia January 31, 2023
According to the docs, beforeSendTransaction should be called before any event is sent to Sentry but this method is not firing for me at all, neither in React nor in Node/Express.
beforeSendTransaction was introduced with v7.18 and we're using v7.24.2 ("@sentry/react": "7.24.2", "@sentry/node": "7.24.2"). Aside from automatic instrumentation, is there anything else needed to get this method to fire? Does anyone else have issues with this?
Discussed in #6986
Originally posted by sassomedia January 31, 2023
According to the docs,
beforeSendTransactionshould be called before any event is sent to Sentry but this method is not firing for me at all, neither in React nor in Node/Express.beforeSendTransactionwas introduced with v7.18 and we're using v7.24.2 ("@sentry/react": "7.24.2", "@sentry/node": "7.24.2"). Aside from automatic instrumentation, is there anything else needed to get this method to fire? Does anyone else have issues with this?