Skip to content

Commit

Permalink
fix cl and add log
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 5, 2024
1 parent c5b9a93 commit b53e604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 8.6.0
## Unreleased

### Features

Expand All @@ -26,6 +26,8 @@ Future<void> main() async {
}
```

## 8.6.0

### Improvements

- Add error type identifier to improve obfuscated Flutter issue titles ([#2170](https://github.com/getsentry/sentry-dart/pull/2170))
Expand Down
1 change: 1 addition & 0 deletions flutter/ios/Classes/SentryFlutter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public final class SentryFlutter {
guard let host = proxy["host"] as? String,
let port = proxy["port"] as? Int,
let type = proxy["type"] as? String else {
print("Could not read proxy data")
return
}

Expand Down

0 comments on commit b53e604

Please sign in to comment.