Skip to content

Commit 3e3fd00

Browse files
committed
Fix broken error handling in the REST API
1 parent b76d53a commit 3e3fd00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/rest-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import type {
1111
import type { ParsedQs } from 'qs';
1212

1313
import { ErrorLike, StatusError } from '../util/error';
14+
import { reportError } from '../error-tracking';
1415
import { ApiModel } from './api-model';
1516
import * as Client from '../client/client';
1617

0 commit comments

Comments
 (0)