|
3 | 3 | "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott |
4 | 4 |
|
5 | 5 | ## 2.29.0 |
| 6 | +### Source maps fixes |
| 7 | +This release fixes the behavior of `sourcemaps inject` and `sourcemaps upload`. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins. |
6 | 8 |
|
7 | | -### Various fixes & improvements |
| 9 | +**Please be aware that from now on, `sourcemaps inject` will inject debug IDs into all JS source files at the path provided to the command.** If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed to `sourcemaps inject` or you need to use the `--ignore` or `--ignore-file` options to exclude the files you do not wish to inject the debug IDs into. |
| 10 | + |
| 11 | +In the `sourcemaps upload` command, we have eliminated the "Minified Scripts" section in the Source Maps Upload Report. Instead, these minified scripts will appear under "Scripts." |
| 12 | + |
| 13 | +### Auth token validation |
| 14 | +Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing. |
8 | 15 |
|
9 | | -- fix(sourcemaps): Remove distinction between `Source` and `MinifiedSource` for `sourcemaps inject` (#1958) by @szokeasaurusrex |
10 | | -- Add clarifying comment to RN sourcemaps upload test (#1965) by @szokeasaurusrex |
11 | | -- fix: Merge "Scripts" and "Minified Scripts" under sourcemaps upload report (#1962) by @szokeasaurusrex |
| 16 | +### Other fixes & improvements |
12 | 17 | - fix(sourcemaps): Add `.cjs` and `.mjs` to default `sourcemaps upload` extensions (#1961) by @szokeasaurusrex |
13 | 18 | - fix(xcode): Only parse Plist when required during RN source maps upload (#1940) by @krystofwoldrich |
14 | | -- feat: Validate that auth token provided when needed (#1951) by @szokeasaurusrex |
15 | | -- ref: Privatize most low-level api functions (#1953) by @szokeasaurusrex |
16 | | -- docs: Remove outdated comment (#1952) by @szokeasaurusrex |
17 | 19 | - fix(files): Fail when deleting all files fails with 404 error (#1949) by @szokeasaurusrex |
18 | | -- ref: Delete dead code (#1945) by @szokeasaurusrex |
19 | 20 | - fix: support windows on arm via x64 binary (#1943) by @MarshallOfSound |
20 | 21 |
|
21 | 22 | ## 2.28.6 |
|
0 commit comments