File tree 3 files changed +5
-17
lines changed
3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 92
92
"@sentry/opentelemetry" : " 8.20.0" ,
93
93
"@sentry/types" : " 8.20.0" ,
94
94
"@sentry/utils" : " 8.20.0" ,
95
- "import-in-the-middle" : " ^1.10 .0"
95
+ "import-in-the-middle" : " ^1.11 .0"
96
96
},
97
97
"devDependencies" : {
98
98
"@types/node" : " ^14.18.0"
Original file line number Diff line number Diff line change @@ -126,18 +126,6 @@ other imports:
126
126
}
127
127
```
128
128
129
- If you are getting an ` import-in-the-middle ` error message, add the package with a minimum version of ` 1.10.0 ` as a
130
- dependency to your ` package.json `
131
- ([ issue reference] ( https://github.com/getsentry/sentry-javascript-examples/pull/38#issuecomment-2245259327 ) ):
132
-
133
- ``` json
134
- {
135
- "dependencies" : {
136
- "import-in-the-middle" : " 1.10.0"
137
- }
138
- }
139
- ```
140
-
141
129
## Uploading Source Maps
142
130
143
131
To upload source maps, you can use the ` sourceMapsUploadOptions ` option inside the ` sentry ` options of your
Original file line number Diff line number Diff line change 20493
20493
cjs-module-lexer "^1.2.2"
20494
20494
module-details-from-path "^1.0.3"
20495
20495
20496
- import-in-the-middle@^1.10 .0, import-in-the-middle@^1.8.1:
20497
- version "1.10 .0"
20498
- resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.10 .0.tgz#f15b0841950ded8d899b635058da5646256949b1 "
20499
- integrity sha512-Z1jumVdF2GwnnYfM0a/y2ts7mZbwFMgt5rRuVmLgobgahC6iKgN5MBuXjzfTIOUpq5LSU10vJIPpVKe0X89fIw ==
20496
+ import-in-the-middle@^1.11 .0, import-in-the-middle@^1.8.1:
20497
+ version "1.11 .0"
20498
+ resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11 .0.tgz#a94c4925b8da18256cde3b3b7b38253e6ca5e708 "
20499
+ integrity sha512-5DimNQGoe0pLUHbR9qK84iWaWjjbsxiqXnw6Qz64+azRgleqv9k2kTt5fw7QsOpmaGYtuxxursnPPsnTKEx10Q ==
20500
20500
dependencies:
20501
20501
acorn "^8.8.2"
20502
20502
acorn-import-attributes "^1.9.5"
You can’t perform that action at this time.
0 commit comments