Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump CLI from v2.52.0 to v2.58.2 ([#354](https://github.com/getsentry/sentry-dart-plugin/pull/354))
- [changelog](https://github.com/getsentry/sentry-cli/blob/cursor/analyze-app-package-size-for-release-claude-4.5-opus-high-thinking-f417 master/CHANGELOG.md#2582)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Malformed URL in changelog

The changelog link contains a malformed branch name cursor/analyze-app-package-size-for-release-claude-4.5-opus-high-thinking-f417 master instead of just master. This appears to be a development branch or IDE artifact accidentally committed. The URL won't resolve correctly, preventing users from accessing the sentry-cli changelog. Compare to line 100 which shows the correct format.

Fix in Cursor Fix in Web

- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...2.58.2)

## 3.2.0

### Features
Expand Down
14 changes: 7 additions & 7 deletions lib/src/cli/_sources.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ import 'package:sentry_dart_plugin/src/cli/sources.dart';

import 'host_platform.dart';

const _version = '2.52.0';
const _version = '2.58.2';

final currentCLISources = {
HostPlatform.darwinUniversal: CLISource(
'sentry-cli-Darwin-universal',
_version,
'd2e49a13bc253044dd8bc4bc822ca255ad8b3353488378e6ded1d5483cfad835',
'5c893f7bc57dbcb87ec941c08420ef07cf485e931238c83cc8fbbe2ba69fec9f',
),
HostPlatform.linuxAarch64: CLISource(
'sentry-cli-Linux-aarch64',
_version,
'1db6a70093828bd3a017f585a2717e83ffb01f2aee671900669ae49de5261c4f',
'3853e2071623941d96c7b69a99929f1d3222a4b696f4b74c875be340aa75926a',
),
HostPlatform.linuxArmv7: CLISource(
'sentry-cli-Linux-armv7',
_version,
'befa94bb905487b58c7914ccd8ab137407b782f45b7d3ceb2f269fc94375e4c7',
'31fab9396e879ae49cd27aca025caa453ffbd965c2d018bd873f09d8d71a06d9',
),
HostPlatform.linux64bit: CLISource(
'sentry-cli-Linux-x86_64',
_version,
'6149cf765590ef5adf2e8bc47ca236ba9100b38d600dd148b3bc435693c7e6a5',
'61b1c19345694ce31ac663e9875194d45f4f317f2b9134269605f810132df88b',
),
HostPlatform.windows32bit: CLISource(
'sentry-cli-Windows-i686.exe',
_version,
'0b6937ee44415120344815fc7f356659477d6a91ca8b5af11be26e9426605c92',
'29290444fd2b796fe14c5d058eafe883293257f9f650fe20080bd37214b2ffe5',
),
HostPlatform.windows64bit: CLISource(
'sentry-cli-Windows-x86_64.exe',
_version,
'426c2a90da4235265c8f31088c393460691be4bd54d2c3a2f1bc7dbf210794b3',
'e89a23566d5e17a5fb2fe40e182e6e0a6cf07134330c7588d5b6025071bcae3f',
),
};