From 1ea3e6ab82ee1a0e811ed9e571fc257edd7d9874 Mon Sep 17 00:00:00 2001 From: Felix <33882825+IIxauII@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:57:59 +0200 Subject: [PATCH] Remove duplicated package entry --- example/ionic-angular-v6/ios/App/App/capacitor.config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/example/ionic-angular-v6/ios/App/App/capacitor.config.json b/example/ionic-angular-v6/ios/App/App/capacitor.config.json index 8d86eaf5..0d72079b 100644 --- a/example/ionic-angular-v6/ios/App/App/capacitor.config.json +++ b/example/ionic-angular-v6/ios/App/App/capacitor.config.json @@ -8,7 +8,6 @@ }, "webDir": "www", "packageClassList": [ - "SentryCapacitor", "SentryCapacitor" ] }