updated ec and sentry

This commit is contained in:
Mauro Romito
2025-05-28 17:02:30 +02:00
committed by Mauro
parent bb384705ca
commit e71d21cc8c
4 changed files with 10 additions and 9 deletions

View File

@@ -8724,7 +8724,7 @@
repositoryURL = "https://github.com/element-hq/element-call-swift";
requirement = {
kind = exactVersion;
version = 0.9.0;
version = 0.12.0;
};
};
821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = {
@@ -8748,7 +8748,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 8.35.1;
minimumVersion = 8.46.0;
};
};
AC3475112CA40C2C6E78D1EB /* XCRemoteSwiftPackageReference "matrix-analytics-events" */ = {

View File

@@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/element-call-swift",
"state" : {
"revision" : "07a4f35ac39fba83e462492efb36249807a20125",
"version" : "0.9.0"
"revision" : "cb167bbb8c4c88c0bdf9ca3a4f839d8069c2ef0b",
"version" : "0.12.0"
}
},
{
@@ -194,8 +194,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "0e1a296df619339f5f1a7349b4cfe31fb221a031",
"version" : "8.35.1"
"revision" : "e0fa062817b277fd9ab597b54b8e2f92dc65b009",
"version" : "8.46.0"
}
},
{

View File

@@ -97,7 +97,8 @@ class ElementCallWidgetDriver: WidgetCapabilitiesProvider, ElementCallWidgetDriv
rageshakeSubmitUrl: rageshakeURL,
sentryDsn: analyticsConfiguration?.sentryDSN,
sentryEnvironment: nil,
controlledMediaDevices: !ProcessInfo.processInfo.isiOSAppOnMac))
// Set this to false until we have the full implementation otherwise should be false only on macOS
controlledMediaDevices: false))
} catch {
MXLog.error("Failed to build widget settings: \(error)")
return .failure(.failedBuildingWidgetSettings)

View File

@@ -77,7 +77,7 @@ packages:
# path: ../matrix-analytics-events
EmbeddedElementCall:
url: https://github.com/element-hq/element-call-swift
exactVersion: 0.9.0
exactVersion: 0.12.0
Emojibase:
url: https://github.com/matrix-org/emojibase-bindings
minorVersion: 1.4.1
@@ -133,7 +133,7 @@ packages:
minorVersion: 3.2.5
Sentry:
url: https://github.com/getsentry/sentry-cocoa
minorVersion: 8.35.1
minorVersion: 8.46.0
SnapshotTesting:
url: https://github.com/pointfreeco/swift-snapshot-testing
minorVersion: 1.18.3