We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76d53a commit 3e3fd00Copy full SHA for 3e3fd00
src/api/rest-api.ts
@@ -11,6 +11,7 @@ import type {
11
import type { ParsedQs } from 'qs';
12
13
import { ErrorLike, StatusError } from '../util/error';
14
+import { reportError } from '../error-tracking';
15
import { ApiModel } from './api-model';
16
import * as Client from '../client/client';
17
0 commit comments