#How can I inspect my current Sentry config?

8 messages · Page 1 of 1 (latest)

untold drum
#

Hi, I'm using the node SDK - is there an option to inspect and print the current Sentry config live? I'm running Sentry in a serverless context and am having trouble nailing down why Sentry is acting inconsistently.

errant dawn
#

what exactly is inconsistent? have you tried running it with debug: true in your Sentry.init() options?

untold drum
#

I'm running my app in Vercel - some vercel functions execute the sentry code, while others do not, and I have no idea why 🙁

untold drum
#

interestingly, sentry's Sentry.captureMessage function works consistently, but Sentry.logger.info does not 🤷‍♂️

untold drum
#

the debug output is present, but the output from Sentry.logger.info is missing

errant dawn
#

did you leave some feedback on the logs page in app by chance? we've had a similar issue come through earlier today 😅

untold drum
#

yeah that was probably me

#

i'm planning on submitting a formal support ticket