File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 9292 "@sentry/opentelemetry" : " 8.20.0" ,
9393 "@sentry/types" : " 8.20.0" ,
9494 "@sentry/utils" : " 8.20.0" ,
95- "import-in-the-middle" : " ^1.10 .0"
95+ "import-in-the-middle" : " ^1.11 .0"
9696 },
9797 "devDependencies" : {
9898 "@types/node" : " ^14.18.0"
Original file line number Diff line number Diff line change @@ -126,18 +126,6 @@ other imports:
126126}
127127```
128128
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-
141129## Uploading Source Maps
142130
143131To 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,10 +20493,10 @@ import-in-the-middle@1.7.1:
2049320493 cjs-module-lexer "^1.2.2"
2049420494 module-details-from-path "^1.0.3"
2049520495
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 ==
2050020500 dependencies:
2050120501 acorn "^8.8.2"
2050220502 acorn-import-attributes "^1.9.5"
You can’t perform that action at this time.
0 commit comments