Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 7, 2024
1 parent 9fc751d commit 98b368a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Changes

- Upload debug symbols for known release build paths and the configured `symbols_path` ([#277](https://github.com/getsentry/sentry-dart-plugin/pull/277))
Previously, all debug symbols recognized by Sentry CLI were uploaded (starting in the current directory by default).
Now, the plugin checks the paths where `flutter build` outputs debug symbols for release builds and only uploads those.

### Features

- Add urlPrefix to sentry configuration ([#253](https://github.com/getsentry/sentry-dart-plugin/pull/253))
Expand Down Expand Up @@ -58,7 +64,7 @@

### Fixes

- Updated the `process` dependency range to `>=4.2.4 <6.0.0` ([#202](https://github.com/getsentry/sentry-dart-plugin/pull/202)).
- Updated the `process` dependency range to `>=4.2.4 <6.0.0` ([#202](https://github.com/getsentry/sentry-dart-plugin/pull/202)).
- This update resolves a version conflict issue when using the `integration_test` package with Flutter version `3.19.0`

## 1.7.0
Expand All @@ -70,7 +76,7 @@
### Dependencies

- Bump CLI from v2.21.2 to v2.27.0 ([#180](https://github.com/getsentry/sentry-dart-plugin/pull/180), [#195](https://github.com/getsentry/sentry-dart-plugin/pull/195), [#196](https://github.com/getsentry/sentry-dart-plugin/pull/196))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2270)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2270)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.27.0)

## 1.6.3
Expand Down

0 comments on commit 98b368a

Please sign in to comment.