MESSENGER-6142 remove jitsi, sentry, posthog and sublibraries

This commit is contained in:
Frank Rotermund
2024-06-18 14:35:38 +02:00
parent 2b3f907bf2
commit c8162a06dd
18 changed files with 142 additions and 110 deletions
@@ -14,6 +14,7 @@
// limitations under the License.
//
#if POSTHOG
import PostHog
import AnalyticsEvents
@@ -110,3 +111,4 @@ extension PostHogAnalyticsClient: RemoteFeaturesClientProtocol {
postHog?.isFeatureEnabled(feature) == true
}
}
#endif