Skip to content

Commit 83dfe33

Browse files
meta: Update changelog
Remove all user-invisible changes, including everything related to the `mobile-app` command, which is gated behind a feature flag and excluded from all release builds.
1 parent 257cc22 commit 83dfe33

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

CHANGELOG.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,10 @@
88

99
- ref: Exclude `mobile-app` command from release builds (#2582) by @szokeasaurusrex
1010
- feat(login): Improve error output for login errors (#2581) by @szokeasaurusrex
11-
- build(deps): bump swatinem/rust-cache from 2.7.8 to 2.8.0 (#2573) by @dependabot
12-
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 (#2574) by @dependabot
13-
- feat(mobile-app): Fail mobile-app upload command early if not authenticated (#2570) by @rbro112
14-
- chore: Fix latest clippy lints (#2571) by @rbro112
15-
- feat: Add asset catalog parsing for apple platforms (#2545) by @noahsmartin
16-
- fix(mobile-app): Check server support before upload (#2568) by @szokeasaurusrex
17-
- fix(mobile-app): Avoid panic if chunk uploading not supported (#2567) by @szokeasaurusrex
18-
- build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#2565) by @dependabot
1911
- test(monitors): pass empty options to grep (#2562) by @lcian
20-
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#2561) by @dependabot
21-
- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#2560) by @dependabot
22-
- chore: Update OS X -> macOS (#2557) by @noahsmartin
23-
- meta: Add some testing notes to docs (#2552) by @rbro112
2412
- feat(login): Warn when overwriting existing auth token (#2554) by @szokeasaurusrex
25-
- ref(mobile-app): Wireup mobile app upload (#2542) by @rbro112
26-
- ci: Use `windows-2022` (#2549) by @szokeasaurusrex
27-
- build: Bump `rust` docker image (#2550) by @szokeasaurusrex
28-
- build: Bump and pin Alpine Docker image (#2551) by @szokeasaurusrex
29-
- build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#2548) by @dependabot
3013
- meta: Add .sentryclirc to gitignore (#2547) by @rbro112
31-
- ref(mobile-app): Add debug logging to mobile-app command (#2546) by @rbro112
32-
- Add Zip normalization of provided paths before uploading (#2532) by @rbro112
33-
34-
_Plus 13 more_
14+
- build: Bump MSRV to 1.86
3515

3616
## 2.46.0
3717

@@ -52,11 +32,12 @@ _Plus 13 more_
5232
## 2.45.0
5333

5434
### New feature
35+
5536
- feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
56-
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the `sentry-cli sourcemaps upload` command, like so:
57-
```sh
58-
sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
59-
```
37+
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the `sentry-cli sourcemaps upload` command, like so:
38+
```sh
39+
sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
40+
```
6041
- Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.
6142

6243
### Various fixes & improvements

0 commit comments

Comments
 (0)