Skip to content

Commit edb78ed

Browse files
authored
chore: update changelog (#1699)
* Update changelog
1 parent f83bc1d commit edb78ed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Fixes
6+
7+
- Session: missing mechanism.handled is considered crash ([#3353](https://github.com/getsentry/sentry-cocoa/pull/3353))
8+
59
### Features
610

711
- Breadcrumbs for file I/O operations ([#1649](https://github.com/getsentry/sentry-dart/pull/1649))

logging/example/sentry_logging_example.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Future<void> main() async {
2020
Future<void> runApp() async {
2121
final log = Logger('MyAwesomeLogger');
2222

23-
log.warning('a warning!');
23+
log.warning('this is a warning!');
2424

2525
try {
2626
throw Exception();

0 commit comments

Comments
 (0)