Skip to content

Commit

Permalink
remove axios better stacktrace (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
luantr authored Oct 3, 2024
1 parent 44e3982 commit c7b5d9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@types/http-errors": "^2.0.4",
"@types/react-datepicker": "^4.19.5",
"axios": "^1.7.7",
"axios-better-stacktrace": "^2.1.7",
"classnames": "^2.5.1",
"date-fns": "^2.29.3",
"less": "^4.2.0",
Expand Down
3 changes: 0 additions & 3 deletions src/api/axios/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { loginUser } from "../../utils/urlUtils";
import { displayTestScenarioSelector } from "../../environments/publicEnv";
import { v4 as uuidv4 } from "uuid";
import { logError, RequestOrigin } from "../../utils/logUtils";
import axiosBetterStacktrace from "axios-better-stacktrace";

axiosBetterStacktrace(axios);

interface AxiosOptions {
accessToken?: string;
Expand Down

0 comments on commit c7b5d9d

Please sign in to comment.