Skip to content

Commit

Permalink
feat: experiment with overriding dd-trace's import-in-the-middle
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Sep 23, 2024
1 parent 5e9ee35 commit d21e036
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 4 deletions.
6 changes: 6 additions & 0 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"@types/validator": "^13.11.7",
"autoprefixer": "^10.4.19",
"clean-webpack-plugin": "^4.0.0",
"dd-trace": "^5.22.0",
"dotenv-cli": "^7.3.0",
"eslint": "^9.10.0",
"k6-trpc": "^1.0.0",
Expand All @@ -189,6 +190,11 @@
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
},
"overrides": {
"dd-trace": {
"import-in-the-middle": "^1.11.0"
}
},
"publishConfig": {
"access": "restricted"
},
Expand Down
Loading

0 comments on commit d21e036

Please sign in to comment.