From 4da9fbc9dc06fdd76be107e21a40f2a57b5d302b Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Sun, 4 Aug 2024 16:13:44 +0300 Subject: [PATCH] chore: remove duplicate execution traces deprecation in changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96695f29c..940033265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,10 +105,6 @@ - Bump Instabug Android SDK to v12.8.0 ([#1149](https://github.com/Instabug/Instabug-React-Native/pull/1149)). [See release notes](https://github.com/Instabug/android/releases/tag/v12.8.0). -### Deprecated - -- Deprecate Execution Traces APIs `APM.startExecutionTrace`, `Trace.end` and `Trace.setAttribute` in favor of the new App Flows APIs ([#1138](https://github.com/Instabug/Instabug-React-Native/pull/1138)). - ## [12.7.1](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.0...v12.7.1) (February 15, 2024) ### Changed