You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was trying to give wrong API key and check what happened, the server keep crashing with error. I am using @axiomhq/js and use batch ingest method.
Error: Forbidden
at FetchClient.doReq (C:\Users\tuhin\OneDrive\Desktop\Code-Visadb\ai-reels-render\node_modules\@axiomhq\src\fetchClient.ts:42:29)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Batch.flush (C:\Users\tuhin\OneDrive\Desktop\Code-Visadb\ai-reels-render\node_modules\@axiomhq\src\batch.ts:61:17)
Is there any implemented error boundary which prevent app from crashing in any unwanted situations like, axiom server down?
The text was updated successfully, but these errors were encountered:
we have a released a new version of axiom-js and axiom-pino that would solve the exceptions handling in axiom-js. on Monday we will continue investigating Pino package and add some tests to ensure that doesn't happen again. let us know if this works our for you, and if there is any thing we can improve on the new onError() method.
Hi! I was trying to give wrong API key and check what happened, the server keep crashing with error. I am using
@axiomhq/js
and use batch ingest method.Is there any implemented error boundary which prevent app from crashing in any unwanted situations like, axiom server down?
The text was updated successfully, but these errors were encountered: