Skip to content

Commit 7e76944

Browse files
docs: Update changelog (#1966)
2.29.0 release was accepted before I was able to save these updates to the changelog. I plan to release a patch version containing the updated changelog. I have already updated the release on GitHub with these changes
1 parent cbbace1 commit 7e76944

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
44

55
## 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.
68

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.
815

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
1217
- fix(sourcemaps): Add `.cjs` and `.mjs` to default `sourcemaps upload` extensions (#1961) by @szokeasaurusrex
1318
- 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
1719
- fix(files): Fail when deleting all files fails with 404 error (#1949) by @szokeasaurusrex
18-
- ref: Delete dead code (#1945) by @szokeasaurusrex
1920
- fix: support windows on arm via x64 binary (#1943) by @MarshallOfSound
2021

2122
## 2.28.6

0 commit comments

Comments
 (0)