Skip to content

Commit ce5c1a2

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/crash-when-initializing-manually
2 parents 1a11c4a + e5dcbd5 commit ce5c1a2

34 files changed

+117
-65
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 8.15.0
44

55
### Features
66

Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@
12181218
"$(inherited)",
12191219
"@executable_path/Frameworks",
12201220
);
1221-
MARKETING_VERSION = 8.14.2;
1221+
MARKETING_VERSION = 8.15.0;
12221222
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12231223
PRODUCT_NAME = "$(TARGET_NAME)";
12241224
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1247,7 +1247,7 @@
12471247
"$(inherited)",
12481248
"@executable_path/Frameworks",
12491249
);
1250-
MARKETING_VERSION = 8.14.2;
1250+
MARKETING_VERSION = 8.15.0;
12511251
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12521252
PRODUCT_NAME = "$(TARGET_NAME)";
12531253
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1894,7 +1894,7 @@
18941894
"$(inherited)",
18951895
"@executable_path/Frameworks",
18961896
);
1897-
MARKETING_VERSION = 8.14.2;
1897+
MARKETING_VERSION = 8.15.0;
18981898
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
18991899
PRODUCT_NAME = "$(TARGET_NAME)";
19001900
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1929,7 +1929,7 @@
19291929
"$(inherited)",
19301930
"@executable_path/Frameworks",
19311931
);
1932-
MARKETING_VERSION = 8.14.2;
1932+
MARKETING_VERSION = 8.15.0;
19331933
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19341934
PRODUCT_NAME = "$(TARGET_NAME)";
19351935
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

Sentry.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Sentry"
3-
s.version = "8.14.2"
3+
s.version = "8.15.0"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
}
2828

2929
s.default_subspecs = ['Core']
30-
s.dependency "SentryPrivate", "8.14.2"
30+
s.dependency "SentryPrivate", "8.15.0"
3131

3232
s.subspec 'Core' do |sp|
3333
sp.source_files = "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",

Sentry.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@
684684
8E564AF0267AF24400FE117D /* SentryNetworkTrackingIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E564AED267AF24400FE117D /* SentryNetworkTrackingIntegration.h */; };
685685
8E5D38DD261D4A3E000D363D /* SentryPerformanceTrackingIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5D38DB261D4A3E000D363D /* SentryPerformanceTrackingIntegration.m */; };
686686
8E5D38E3261D4B57000D363D /* SentryPerformanceTrackingIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5D38E2261D4B57000D363D /* SentryPerformanceTrackingIntegration.h */; };
687-
8E67F53026B0EE6200A07CB5 /* TestURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E67F52F26B0EE6200A07CB5 /* TestURLSession.m */; };
688687
8E70B0FD25CB72BE002B3155 /* SentrySpanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E70B0FC25CB72BE002B3155 /* SentrySpanTests.swift */; };
689688
8E70B10125CB8695002B3155 /* SentrySpanIdTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E70B10025CB8695002B3155 /* SentrySpanIdTests.swift */; };
690689
8E7C982F2693D56000E6336C /* SentryTraceHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E7C982D2693D56000E6336C /* SentryTraceHeader.m */; };
@@ -1624,8 +1623,6 @@
16241623
8E564AED267AF24400FE117D /* SentryNetworkTrackingIntegration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryNetworkTrackingIntegration.h; path = include/SentryNetworkTrackingIntegration.h; sourceTree = "<group>"; };
16251624
8E5D38DB261D4A3E000D363D /* SentryPerformanceTrackingIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryPerformanceTrackingIntegration.m; sourceTree = "<group>"; };
16261625
8E5D38E2261D4B57000D363D /* SentryPerformanceTrackingIntegration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryPerformanceTrackingIntegration.h; path = include/SentryPerformanceTrackingIntegration.h; sourceTree = "<group>"; };
1627-
8E67F52E26B0EE6200A07CB5 /* TestURLSession.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestURLSession.h; sourceTree = "<group>"; };
1628-
8E67F52F26B0EE6200A07CB5 /* TestURLSession.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestURLSession.m; sourceTree = "<group>"; };
16291626
8E70B0FC25CB72BE002B3155 /* SentrySpanTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySpanTests.swift; sourceTree = "<group>"; };
16301627
8E70B10025CB8695002B3155 /* SentrySpanIdTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySpanIdTests.swift; sourceTree = "<group>"; };
16311628
8E7C982D2693D56000E6336C /* SentryTraceHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTraceHeader.m; sourceTree = "<group>"; };
@@ -2737,8 +2734,6 @@
27372734
8ED2D27E26A6581C00CA8329 /* NSURLProtocolSwizzle.h */,
27382735
8ED2D27F26A6581C00CA8329 /* NSURLProtocolSwizzle.m */,
27392736
8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */,
2740-
8E67F52E26B0EE6200A07CB5 /* TestURLSession.h */,
2741-
8E67F52F26B0EE6200A07CB5 /* TestURLSession.m */,
27422737
7B4D308926FC616B00C94DE9 /* SentryHttpTransportTests.swift */,
27432738
7BA0C04B28056556003E0326 /* SentryTransportAdapterTests.swift */,
27442739
7B01CE3C271993AB00B5AF31 /* SentryTransportFactoryTests.swift */,
@@ -4380,7 +4375,6 @@
43804375
7B6D135C27F4605D00331ED2 /* TestEnvelopeRateLimitDelegate.swift in Sources */,
43814376
7B2A70D827D5F080008B0D15 /* SentryANRTrackerTests.swift in Sources */,
43824377
63FE722120DA66EC00CDBAE8 /* SentryCrashDynamicLinker_Tests.m in Sources */,
4383-
8E67F53026B0EE6200A07CB5 /* TestURLSession.m in Sources */,
43844378
63FE720120DA66EC00CDBAE8 /* RFC3339UTFString_Tests.m in Sources */,
43854379
63AA76701EB8CB4B00D153DE /* SentryTests.m in Sources */,
43864380
8E70B0FD25CB72BE002B3155 /* SentrySpanTests.swift in Sources */,
@@ -5217,6 +5211,7 @@
52175211
DEVELOPMENT_TEAM = "";
52185212
EXECUTABLE_PREFIX = lib;
52195213
GCC_C_LANGUAGE_STANDARD = gnu99;
5214+
MACH_O_TYPE = staticlib;
52205215
MTL_ENABLE_DEBUG_INFO = YES;
52215216
MTL_FAST_MATH = YES;
52225217
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
@@ -5370,6 +5365,7 @@
53705365
DEVELOPMENT_TEAM = "";
53715366
EXECUTABLE_PREFIX = lib;
53725367
GCC_C_LANGUAGE_STANDARD = gnu99;
5368+
MACH_O_TYPE = staticlib;
53735369
MTL_ENABLE_DEBUG_INFO = YES;
53745370
MTL_FAST_MATH = YES;
53755371
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
@@ -5400,6 +5396,7 @@
54005396
DEVELOPMENT_TEAM = "";
54015397
EXECUTABLE_PREFIX = lib;
54025398
GCC_C_LANGUAGE_STANDARD = gnu99;
5399+
MACH_O_TYPE = staticlib;
54035400
MTL_FAST_MATH = YES;
54045401
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
54055402
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5429,6 +5426,7 @@
54295426
DEVELOPMENT_TEAM = "";
54305427
EXECUTABLE_PREFIX = lib;
54315428
GCC_C_LANGUAGE_STANDARD = gnu99;
5429+
MACH_O_TYPE = staticlib;
54325430
MTL_FAST_MATH = YES;
54335431
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
54345432
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5458,6 +5456,7 @@
54585456
DEVELOPMENT_TEAM = "";
54595457
EXECUTABLE_PREFIX = lib;
54605458
GCC_C_LANGUAGE_STANDARD = gnu99;
5459+
MACH_O_TYPE = staticlib;
54615460
MTL_FAST_MATH = YES;
54625461
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
54635462
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5717,6 +5716,7 @@
57175716
DEVELOPMENT_TEAM = "";
57185717
EXECUTABLE_PREFIX = lib;
57195718
GCC_C_LANGUAGE_STANDARD = gnu99;
5719+
MACH_O_TYPE = staticlib;
57205720
MTL_FAST_MATH = YES;
57215721
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.SentryTestUtils;
57225722
PRODUCT_NAME = "$(TARGET_NAME)";

Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<Test
6868
Identifier = "SentryProfilerSwiftTests/testConcurrentSpansWithTimeout()">
6969
</Test>
70+
<Test
71+
Identifier = "SentryReachabilityTest/testMultipleReachabilityObservers">
72+
</Test>
7073
<Test
7174
Identifier = "SentrySDKIntegrationTestsBase">
7275
</Test>

SentryPrivate.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentryPrivate"
3-
s.version = "8.14.2"
3+
s.version = "8.15.0"
44
s.summary = "Sentry Private Library."
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentrySwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentrySwiftUI"
3-
s.version = "8.14.2"
3+
s.version = "8.15.0"
44
s.summary = "Sentry client for SwiftUI"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.watchos.framework = 'WatchKit'
2020

2121
s.source_files = "Sources/SentrySwiftUI/**/*.{swift,h,m}"
22-
s.dependency 'Sentry', "8.14.2"
22+
s.dependency 'Sentry', "8.15.0"
2323
end

Sources/Configuration/Sentry.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ PRODUCT_NAME = Sentry
22
INFOPLIST_FILE = Sources/Resources/Info.plist
33
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
44

5-
CURRENT_PROJECT_VERSION = 8.14.2
5+
CURRENT_PROJECT_VERSION = 8.15.0
66

77
MODULEMAP_FILE = $(SRCROOT)/Sources/Resources/Sentry.modulemap
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PRODUCT_NAME = SentryPrivate
22
MACH_O_TYPE = staticlib
3-
CURRENT_PROJECT_VERSION = 8.14.2
3+
CURRENT_PROJECT_VERSION = 8.15.0

Sources/Sentry/SentryMeta.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @implementation SentryMeta
55
// Don't remove the static keyword. If you do the compiler adds the constant name to the global
66
// symbol table and it might clash with other constants. When keeping the static keyword the
77
// compiler replaces all occurrences with the value.
8-
static NSString *versionString = @"8.14.2";
8+
static NSString *versionString = @"8.15.0";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

0 commit comments

Comments
 (0)