Skip to content

Commit fc6e60d

Browse files
committed
Merge branch 'v8' into deps/scripts/update-cli.sh
# Conflicts: # CHANGELOG.md # package.json # packages/core/package.json # yarn.lock
2 parents 65da0ad + 97001a7 commit fc6e60d

29 files changed

Lines changed: 111 additions & 76 deletions

.github/workflows/buildandtest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
- release/**
98
pull_request:
109

.github/workflows/codegen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
- release/**
98
pull_request:
109

.github/workflows/e2e-v2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
- release/**
98
pull_request:
109
types: [opened, synchronize, reopened, labeled]

.github/workflows/native-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
- release/**
98
pull_request:
109
types: [opened, synchronize, reopened, labeled]

.github/workflows/sample-application-expo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
pull_request:
98
types: [opened, synchronize, reopened, labeled]
109

.github/workflows/sample-application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
pull_request:
98
types: [opened, synchronize, reopened, labeled]
109

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515

1616
### Dependencies
1717

18+
- Bump Cocoa SDK from v8.57.3 to v9.1.0 ([#5356](https://github.com/getsentry/sentry-react-native/pull/5356))
19+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#910)
20+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...9.1.0)
1821
- Bump JavaScript SDK from v10.30.0 to v10.32.1 ([#5480](https://github.com/getsentry/sentry-react-native/pull/5480), [#5487](https://github.com/getsentry/sentry-react-native/pull/5487), [#5496](https://github.com/getsentry/sentry-react-native/pull/5496))
1922
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10321)
2023
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.30.0...10.32.1)
21-
- Bump CLI from v2.58.4 to v3.1.0 ([#5523](https://github.com/getsentry/sentry-react-native/pull/5523))
24+
- Bump CLI from v2.58.4 to v3.1.0 ([#5523](https://github.com/getsentry/sentry-react-native/pull/5523), [#5471](https://github.com/getsentry/sentry-react-native/pull/5471), [#5514](https://github.com/getsentry/sentry-react-native/pull/5514), [#5502](https://github.com/getsentry/sentry-react-native/pull/5502))
2225
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#310)
2326
- [diff](https://github.com/getsentry/sentry-cli/compare/2.58.4...3.1.0)
2427

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646

4747
s.compiler_flags = other_cflags
4848

49-
s.dependency 'Sentry/HybridSDK', '8.57.3'
49+
s.dependency 'Sentry/HybridSDK', '9.1.0'
5050

5151
if defined? install_modules_dependencies
5252
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

packages/core/RNSentryCocoaTester/RNSentryCocoaTester.xcodeproj/project.pbxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
338739072A7D7D2800950DDD /* RNSentryReplay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNSentryReplay.h; path = ../ios/RNSentryReplay.h; sourceTree = "<group>"; };
4141
33958C672BFCEF5A00AD1FB6 /* RNSentryOnDrawReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNSentryOnDrawReporter.h; path = ../ios/RNSentryOnDrawReporter.h; sourceTree = "<group>"; };
4242
33AFDFEC2B8D14B300AAB120 /* RNSentryFramesTrackerListenerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSentryFramesTrackerListenerTests.m; sourceTree = "<group>"; };
43-
33AFDFEE2B8D14C200AAB120 /* RNSentryFramesTrackerListenerTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSentryFramesTrackerListenerTests.h; sourceTree = "<group>"; };
4443
33AFDFF02B8D15E500AAB120 /* RNSentryDependencyContainerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSentryDependencyContainerTests.m; sourceTree = "<group>"; };
45-
33AFDFF22B8D15F600AAB120 /* RNSentryDependencyContainerTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSentryDependencyContainerTests.h; sourceTree = "<group>"; };
4644
33AFE0132B8F31AF00AAB120 /* RNSentryDependencyContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNSentryDependencyContainer.h; path = ../ios/RNSentryDependencyContainer.h; sourceTree = "<group>"; };
4745
33DEDFE92D8DBE5B006066E4 /* RNSentryOnDrawReporterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNSentryOnDrawReporterTests.swift; sourceTree = "<group>"; };
4846
33DEDFEB2D8DC800006066E4 /* RNSentryOnDrawReporter+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNSentryOnDrawReporter+Test.h"; sourceTree = "<group>"; };
@@ -52,6 +50,8 @@
5250
33F58ACF2977037D008F60EA /* RNSentryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSentryTests.m; sourceTree = "<group>"; };
5351
650CB718ACFBD05609BF2126 /* libPods-RNSentryCocoaTesterTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNSentryCocoaTesterTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5452
E2321E7CFA55AB617247098E /* Pods-RNSentryCocoaTesterTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNSentryCocoaTesterTests.debug.xcconfig"; path = "Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests.debug.xcconfig"; sourceTree = "<group>"; };
53+
F48F26542EA2A481008A185E /* RNSentryEmitNewFrameEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNSentryEmitNewFrameEvent.h; path = ../ios/RNSentryEmitNewFrameEvent.h; sourceTree = SOURCE_ROOT; };
54+
F48F26552EA2A4D4008A185E /* RNSentryFramesTrackerListener.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNSentryFramesTrackerListener.h; path = ../ios/RNSentryFramesTrackerListener.h; sourceTree = SOURCE_ROOT; };
5555
FADF868E2EBD053E00D6652D /* SentrySDKWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySDKWrapper.h; path = ../ios/SentrySDKWrapper.h; sourceTree = SOURCE_ROOT; };
5656
/* End PBXFileReference section */
5757

@@ -109,9 +109,7 @@
109109
33F58ACF2977037D008F60EA /* RNSentryTests.m */,
110110
3339C4802D6625570088EB3A /* RNSentryUserTests.m */,
111111
33AFDFEC2B8D14B300AAB120 /* RNSentryFramesTrackerListenerTests.m */,
112-
33AFDFEE2B8D14C200AAB120 /* RNSentryFramesTrackerListenerTests.h */,
113112
33AFDFF02B8D15E500AAB120 /* RNSentryDependencyContainerTests.m */,
114-
33AFDFF22B8D15F600AAB120 /* RNSentryDependencyContainerTests.h */,
115113
3360843C2C340C76008CC412 /* RNSentryBreadcrumbTests.swift */,
116114
332D33462CDBDBB600547D76 /* RNSentryReplayOptionsTests.swift */,
117115
3380C6C32CE25ECA0018B9B6 /* RNSentryReplayPostInitTests.swift */,
@@ -140,6 +138,8 @@
140138
FADF868E2EBD053E00D6652D /* SentrySDKWrapper.h */,
141139
33AFE0132B8F31AF00AAB120 /* RNSentryDependencyContainer.h */,
142140
338739072A7D7D2800950DDD /* RNSentryReplay.h */,
141+
F48F26542EA2A481008A185E /* RNSentryEmitNewFrameEvent.h */,
142+
F48F26552EA2A4D4008A185E /* RNSentryFramesTrackerListener.h */,
143143
);
144144
name = RNSentry;
145145
sourceTree = "<group>";
@@ -238,10 +238,14 @@
238238
inputFileListPaths = (
239239
"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources-${CONFIGURATION}-input-files.xcfilelist",
240240
);
241+
inputPaths = (
242+
);
241243
name = "[CP] Copy Pods Resources";
242244
outputFileListPaths = (
243245
"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources-${CONFIGURATION}-output-files.xcfilelist",
244246
);
247+
outputPaths = (
248+
);
245249
runOnlyForDeploymentPostprocessing = 0;
246250
shellPath = /bin/sh;
247251
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNSentryCocoaTesterTests/Pods-RNSentryCocoaTesterTests-resources.sh\"\n";
@@ -436,7 +440,7 @@
436440
"\"$(PODS_TARGET_SRCROOT)/include/\"",
437441
"\"${PODS_ROOT}/Sentry/Sources/Sentry/include\"",
438442
);
439-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
443+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
440444
MARKETING_VERSION = 1.0;
441445
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.RNSentryCocoaTesterTests;
442446
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -503,7 +507,7 @@
503507
"\"$(PODS_TARGET_SRCROOT)/include/\"",
504508
"\"${PODS_ROOT}/Sentry/Sources/Sentry/include\"",
505509
);
506-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
510+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
507511
MARKETING_VERSION = 1.0;
508512
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.RNSentryCocoaTesterTests;
509513
PRODUCT_NAME = "$(TARGET_NAME)";

packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryDependencyContainerTests.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)