We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83bc1d commit edb78edCopy full SHA for edb78ed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Fixes
6
+
7
+- Session: missing mechanism.handled is considered crash ([#3353](https://github.com/getsentry/sentry-cocoa/pull/3353))
8
9
### Features
10
11
- Breadcrumbs for file I/O operations ([#1649](https://github.com/getsentry/sentry-dart/pull/1649))
logging/example/sentry_logging_example.dart
@@ -20,7 +20,7 @@ Future<void> main() async {
20
Future<void> runApp() async {
21
final log = Logger('MyAwesomeLogger');
22
23
- log.warning('a warning!');
+ log.warning('this is a warning!');
24
25
try {
26
throw Exception();
0 commit comments