Skip to content

Commit

Permalink
fix cl
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jul 29, 2024
1 parent 3b50810 commit ef70ca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Features

- Add proxy support ([#2192](https://github.com/getsentry/sentry-dart/pull/2192))

### Improvements

- Add error type identifier to improve obfuscated Flutter issue titles ([#2170](https://github.com/getsentry/sentry-dart/pull/2170))
Expand Down Expand Up @@ -50,7 +54,6 @@ SentryFlutter.init((options) =>
- This allows viewing the correct dart formatted raw stacktrace in the Sentry UI
- Support `ignoredExceptionsForType` ([#2150](https://github.com/getsentry/sentry-dart/pull/2150))
- Filter out exception types by calling `SentryOptions.addExceptionFilterForType(Type exceptionType)`
- Add proxy support ([#2192](https://github.com/getsentry/sentry-dart/pull/2192))

### Fixes

Expand Down

0 comments on commit ef70ca4

Please sign in to comment.