I want to configure to capture errors logged by pino as sentry errors, not logs.
Do I still need to enableLogs: true?
And does that require the logs service, ie not available on free tier?
My assumption that as long as I am just doing Sentry.pinoIntegration({ error: { levels: ['warn', 'error', 'fatal'] } }), and not Sentry.pinoIntegration({ log: { levels: ['warn', 'error', 'fatal'] } }), then they count as events and not logs.