Skip to content

Commit fb2a6b9

Browse files
authored
Merge branch 'main' into fix/include-web-feedback-crash
2 parents 5f0a066 + 77ecdcb commit fb2a6b9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/core/ios/RNSentryRNSScreen.m

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
# import "RNSentryDependencyContainer.h"
66
# import "RNSentryFramesTrackerListener.h"
7-
# import <Sentry/SentrySwizzle.h>
7+
# if __has_include(<Sentry/SentrySwizzle.h>)
8+
# import <Sentry/SentrySwizzle.h>
9+
# else
10+
# import "SentrySwizzle.h"
11+
# endif
812
@import Sentry;
913

1014
@implementation RNSentryRNSScreen

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33201,8 +33201,8 @@ __metadata:
3320133201
linkType: hard
3320233202

3320333203
"ws@npm:^8.0.0, ws@npm:^8.11.0, ws@npm:^8.12.1, ws@npm:^8.13.0, ws@npm:^8.8.0":
33204-
version: 8.18.0
33205-
resolution: "ws@npm:8.18.0"
33204+
version: 8.20.1
33205+
resolution: "ws@npm:8.20.1"
3320633206
peerDependencies:
3320733207
bufferutil: ^4.0.1
3320833208
utf-8-validate: ">=5.0.2"
@@ -33211,7 +33211,7 @@ __metadata:
3321133211
optional: true
3321233212
utf-8-validate:
3321333213
optional: true
33214-
checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975
33214+
checksum: e639c83de2f58430a8f5d3ffea49711d37a766822e2e7ec8f131e5b890a95314203f1f83ee124de5c0185849907c9ab19db0210a723f2c03a99eaf448589d2f9
3321533215
languageName: node
3321633216
linkType: hard
3321733217

0 commit comments

Comments
 (0)