From 53df9a1b21d41e0de1a168b19a924db29ebd9c78 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 8 Jan 2024 13:45:57 +0100 Subject: [PATCH] update chengelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9773eb777e..b4d6c2f62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ - Add `ConnectivityIntegration` for web ([#1765](https://github.com/getsentry/sentry-dart/pull/1765)) - We only get the info if online/offline on web platform. The added breadcrumb is set to either `wifi` or `none`. - APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726)) -- Add isolate name to sync file spans ([#1801](https://github.com/getsentry/sentry-dart/pull/1801)) - Add isar breadcrumbs ([#1800](https://github.com/getsentry/sentry-dart/pull/1800)) - Starting with Flutter 3.16, Sentry adds the [`appFlavor`](https://api.flutter.dev/flutter/services/appFlavor-constant.html) to the `flutter_context` ([#1799](https://github.com/getsentry/sentry-dart/pull/1799)) +- Add isolate name to sync file spans ([#1801](https://github.com/getsentry/sentry-dart/pull/1801)) ### Dependencies