From 703f6f695b1a20ea94662a10055d1deda1fac85b Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 11 Aug 2024 21:27:33 -0700 Subject: [PATCH] Update Sentry and swift-url --- Packages/Pachyderm/Package.swift | 2 +- Tusker.xcodeproj/project.pbxproj | 6 +++--- Tusker/AppDelegate.swift | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Packages/Pachyderm/Package.swift b/Packages/Pachyderm/Package.swift index f77100f1..d7aeb347 100644 --- a/Packages/Pachyderm/Package.swift +++ b/Packages/Pachyderm/Package.swift @@ -16,7 +16,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/karwa/swift-url.git", branch: "main"), + .package(url: "https://github.com/karwa/swift-url.git", exact: "0.4.2"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index e4190ff0..5151e065 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -3268,7 +3268,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa.git"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 8.21.0; + minimumVersion = 8.33.0; }; }; D6552365289870790048A653 /* XCRemoteSwiftPackageReference "ScreenCorners" */ = { @@ -3283,8 +3283,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/karwa/swift-url"; requirement = { - branch = main; - kind = branch; + kind = exactVersion; + version = 0.4.2; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Tusker/AppDelegate.swift b/Tusker/AppDelegate.swift index 374d7b78..8810bf13 100644 --- a/Tusker/AppDelegate.swift +++ b/Tusker/AppDelegate.swift @@ -110,6 +110,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { // we don't care about events like battery, keyboard show/hide options.enableAutoBreadcrumbTracking = false options.enableUserInteractionTracing = false + options.profilesSampleRate = nil + options.tracesSampleRate = nil options.beforeSend = { event in // just no, why would anyone need this information