rkbh
CCConvex Community
•Created by The Aleks on 11/10/2023 in #support-community
Axiom log stream stopped working
Let me know if you're still running into the issue
6 replies
CCConvex Community
•Created by The Aleks on 11/10/2023 in #support-community
Axiom log stream stopped working
Hey @The Aleks ! I see in our logs that your Axiom sink might have failed to verify recently but the latest logs seem to indicate it is working again. Is this consistent with what you're seeing? The verification errors seem to indicate there might be a possible Axiom outage
6 replies
CCConvex Community
•Created by charlie on 11/8/2023 in #support-community
Best practice for forwarding webhook errors to Sentry?
If you're without Datadog, I'd highly recommend Axiom https://axiom.co/ ! They have a generous free tier and are super easy to use
14 replies
CCConvex Community
•Created by charlie on 11/8/2023 in #support-community
Best practice for forwarding webhook errors to Sentry?
@sentry/node
is a bit awkward to get to work nicely in serverless runtimes, since the package internally buffers and flushes events using exit handlers. This is why @sentry/serverless
exists, but alas there is no Convex client here yet.
If you want to use @sentry/node
, you should be able to manually await the Sentry base client's flush
method at the end of function invocations to be sure that the internal buffers are flushed14 replies
CCConvex Community
•Created by Gray on 10/25/2023 in #support-community
Profiling function performance
Just saw this, @Gray database read/write and storage read/write bandwidth are being added to log streams very soon! Should be available later today or Monday. The plan is to add it to the
_execution_record
log. The docs will be updated here as soon as it's out! https://docs.convex.dev/production/log-streams#function-execution-record-logs10 replies
CCConvex Community
•Created by RJ on 8/7/2023 in #support-community
Logs not displaying in Convex dashboard for dev
@RJ got it! The source index missing log messages in the dashboard browser console are totally normal for larger projects, so is likely unrelated. The missing log stream is not expected and we'll investigate this right now
10 replies