diff --git a/Examples/MacExample/Podfile.lock b/Examples/MacExample/Podfile.lock index 9dce02264a3..cc5ecd4df2f 100644 --- a/Examples/MacExample/Podfile.lock +++ b/Examples/MacExample/Podfile.lock @@ -62,7 +62,7 @@ PODS: - KSCrash/Reporting/Tools - KSCrash/Reporting/Tools (1.15.3): - KSCrash/Recording - - Sentry (2.1.1): + - Sentry (2.1.2): - KSCrash (~> 1.15.3) DEPENDENCIES: @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: KSCrash: f344875321256d5906569a0853d73c6354a9f6f4 - Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2 + Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150 PODFILE CHECKSUM: 9a6feca63fe6ed3706b2808f4c85dae0861ba9d2 diff --git a/Examples/ObjCExample/Podfile.lock b/Examples/ObjCExample/Podfile.lock index 4b0ac516f82..36266b3af97 100644 --- a/Examples/ObjCExample/Podfile.lock +++ b/Examples/ObjCExample/Podfile.lock @@ -62,7 +62,7 @@ PODS: - KSCrash/Reporting/Tools - KSCrash/Reporting/Tools (1.15.3): - KSCrash/Recording - - Sentry (2.1.1): + - Sentry (2.1.2): - KSCrash (~> 1.15.3) DEPENDENCIES: @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: KSCrash: f344875321256d5906569a0853d73c6354a9f6f4 - Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2 + Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150 PODFILE CHECKSUM: 6e920273a2258e01d891dd3561ac2a73612fe34a diff --git a/Examples/SwiftExample/Podfile.lock b/Examples/SwiftExample/Podfile.lock index 937dcbc70d2..ee88255582c 100644 --- a/Examples/SwiftExample/Podfile.lock +++ b/Examples/SwiftExample/Podfile.lock @@ -62,7 +62,7 @@ PODS: - KSCrash/Reporting/Tools - KSCrash/Reporting/Tools (1.15.3): - KSCrash/Recording - - Sentry (2.1.1): + - Sentry (2.1.2): - KSCrash (~> 1.15.3) DEPENDENCIES: @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: KSCrash: f344875321256d5906569a0853d73c6354a9f6f4 - Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2 + Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150 PODFILE CHECKSUM: 699517be0d67a415d70bbce5f2d55f918605fcbc diff --git a/Examples/SwiftTVOSExample/Podfile.lock b/Examples/SwiftTVOSExample/Podfile.lock index ea0fcded767..e0e031e6a54 100644 --- a/Examples/SwiftTVOSExample/Podfile.lock +++ b/Examples/SwiftTVOSExample/Podfile.lock @@ -62,7 +62,7 @@ PODS: - KSCrash/Reporting/Tools - KSCrash/Reporting/Tools (1.15.3): - KSCrash/Recording - - Sentry (2.1.1): + - Sentry (2.1.2): - KSCrash (~> 1.15.3) DEPENDENCIES: @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: KSCrash: f344875321256d5906569a0853d73c6354a9f6f4 - Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2 + Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150 PODFILE CHECKSUM: 6a149bade470704ba4317901492b58978f603305 diff --git a/Examples/SwiftWatchOSExample/Podfile.lock b/Examples/SwiftWatchOSExample/Podfile.lock index 2d362c7bd24..747f68469f4 100644 --- a/Examples/SwiftWatchOSExample/Podfile.lock +++ b/Examples/SwiftWatchOSExample/Podfile.lock @@ -62,7 +62,7 @@ PODS: - KSCrash/Reporting/Tools - KSCrash/Reporting/Tools (1.15.3): - KSCrash/Recording - - Sentry (2.1.1): + - Sentry (2.1.2): - KSCrash (~> 1.15.3) DEPENDENCIES: @@ -74,7 +74,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: KSCrash: f344875321256d5906569a0853d73c6354a9f6f4 - Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2 + Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150 PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a diff --git a/Makefile b/Makefile index cd028100378..2ad375252e2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ lint: test: @echo "--> Running all tests" - fastlane test --silent + fastlane test build-carthage: @echo "--> Creating Sentry framework package with carthage" diff --git a/Sentry.podspec b/Sentry.podspec index 13d1b058977..6b62b74a388 100644 --- a/Sentry.podspec +++ b/Sentry.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sentry" - s.version = "2.1.1" + s.version = "2.1.2" s.summary = "Swift client for Sentry" s.homepage = "https://github.com/getsentry/sentry-swift" s.license = "mit" diff --git a/Sentry/Info.plist b/Sentry/Info.plist index 449c7b6afd0..3c2913612ea 100644 --- a/Sentry/Info.plist +++ b/Sentry/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/SentryTests/SentryReactNativeCrashTests.swift b/SentryTests/SentryReactNativeCrashTests.swift index a7e008deafc..961cc80499e 100644 --- a/SentryTests/SentryReactNativeCrashTests.swift +++ b/SentryTests/SentryReactNativeCrashTests.swift @@ -31,7 +31,7 @@ class SentrySwiftReactNativeCrashTests: XCTestCase { XCTAssertNotNil(event) XCTAssertEqual(event?.threads?.last?.name, "React Native") - XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "/main.jsbundle") + XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "app:///main.jsbundle") let crashedThreads = event?.threads?.filter({ $0.crashed ?? true }) XCTAssertEqual(crashedThreads?.count, 1) @@ -45,7 +45,7 @@ class SentrySwiftReactNativeCrashTests: XCTestCase { XCTAssertNotNil(event) XCTAssertEqual(event?.threads?.last?.name, "React Native") - XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "/index.ios.bundle") + XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "app:///index.ios.bundle") } func testInjectReactNativeStacktrace() { diff --git a/Sources/Sentry.swift b/Sources/Sentry.swift index 6a6942bc9f7..6446f0b3471 100644 --- a/Sources/Sentry.swift +++ b/Sources/Sentry.swift @@ -46,7 +46,7 @@ import KSCrash // MARK: - Enums internal struct Info { - static let version: String = "2.1.1" + static let version: String = "2.1.2" static let sentryVersion: Int = 7 } diff --git a/docs/sentry-doc-config.json b/docs/sentry-doc-config.json index 399eb258f76..a60aa391653 100644 --- a/docs/sentry-doc-config.json +++ b/docs/sentry-doc-config.json @@ -25,6 +25,6 @@ } }, "vars": { - "SENTRY_SWIFT_TAG": "2.1.1" + "SENTRY_SWIFT_TAG": "2.1.2" } }