We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8a742 commit fb681e3Copy full SHA for fb681e3
1 file changed
src/lib/track/track.ts
@@ -5,4 +5,4 @@ export const track = async ({jobID, actionName, error}: {jobID?: string, actionN
5
job_id: jobID ?? null,
6
name: actionName,
7
error: error ?? null
8
- })
+ }).catch(error => console.warn(error))
0 commit comments