Skip to content
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6b7aad8
chore: update scripts/update-cocoa.sh to 8.54.0
web-flow Jul 31, 2025
83f91bb
Remove Cocoa Flags
antonis Jul 31, 2025
8ae835d
Update sample app native initialisation example
antonis Jul 31, 2025
702b2fc
Remove unused imports
antonis Jul 31, 2025
ed6a296
chore: update scripts/update-cocoa.sh to 8.54.0
web-flow Aug 5, 2025
1d95a86
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 5, 2025
54af75e
Test with cocoa fix
antonis Aug 6, 2025
c59bb69
Trigger CI
antonis Aug 6, 2025
a67956f
Revert "Trigger CI"
antonis Aug 6, 2025
d6c0afc
Revert "Test with cocoa fix"
antonis Aug 6, 2025
ef4dd63
chore: update scripts/update-cocoa.sh to 8.54.0
web-flow Aug 13, 2025
eed4e18
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 13, 2025
8956b09
Test with 8.54.1-alpha.1
antonis Aug 13, 2025
3d17397
Test with 8.54.1-apha.2
antonis Aug 13, 2025
4ea0cda
trigger ci
antonis Aug 13, 2025
4f3abd3
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 14, 2025
584af1e
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 14, 2025
dcd3b15
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 14, 2025
5124b3c
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 14, 2025
4b795ed
Remove duplicate changelog
antonis Aug 14, 2025
29f79b9
ref: Rename SentryNativeInitialiser to SentryNativeInitializer
antonis Aug 14, 2025
c3af0db
Revert unneeded changes
antonis Aug 14, 2025
61df9c3
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 14, 2025
5dc8855
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 14, 2025
8543783
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 25, 2025
d32b25b
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 25, 2025
b86a0dc
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 29, 2025
8f067d0
Set SDK_V9=0
antonis Aug 29, 2025
2c989fd
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Aug 29, 2025
b721a66
Revert "Set SDK_V9=0"
antonis Aug 29, 2025
bc32ea1
Set SDK_V9=0 in sample app dev build
antonis Aug 29, 2025
d0f56da
Revert "Set SDK_V9=0 in sample app dev build"
antonis Aug 29, 2025
e9deb82
Reapply "Set SDK_V9=0 in sample app dev build"
antonis Aug 29, 2025
b4b5d0f
Revert "Reapply "Set SDK_V9=0 in sample app dev build""
antonis Aug 29, 2025
338ce7e
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Aug 29, 2025
bdf9fb6
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Sep 1, 2025
b4ee848
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Sep 3, 2025
b125adf
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Sep 3, 2025
b4fd131
Remove changelog duplication
antonis Sep 3, 2025
12fa4f7
Remove flags
antonis Sep 3, 2025
f8540d0
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Sep 3, 2025
32601ac
test without bundler-cache
antonis Sep 3, 2025
67cc946
Revert "test without bundler-cache"
antonis Sep 3, 2025
c93f801
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Sep 3, 2025
55c7ed5
Try force disabling sdk-v9
antonis Sep 3, 2025
2c77f33
Revert "Try force disabling sdk-v9"
antonis Sep 3, 2025
6520cb7
chore: update scripts/update-cocoa.sh to 8.55.0
web-flow Sep 4, 2025
4f34583
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Sep 4, 2025
7920e7f
Test with xcode 16.2
antonis Sep 4, 2025
f9d07e0
chore(ci): Fixes iOS binary size diff failure
antonis Sep 4, 2025
1909f94
chore: update scripts/update-cocoa.sh to 8.55.1
web-flow Sep 5, 2025
9ec4293
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa…
antonis Sep 5, 2025
0d6f4bc
Merge branch 'antonis/remove_cocoa_flags' into antonis/increase-ios-b…
antonis Sep 5, 2025
75c10ee
Rollback Cocoa 8.53.2 workaround
antonis Jul 31, 2025
82037a0
Merge branch 'main' into antonis/revert_breadcrumb_data_workaround
antonis Sep 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions packages/core/ios/RNSentryReplayBreadcrumbConverter.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,10 @@ - (instancetype _Nonnull)init
SentryRRWebEvent *nativeBreadcrumb = [self->defaultConverter convertFrom:breadcrumb];

// ignore native navigation breadcrumbs
if (nativeBreadcrumb) {
@try {
id data = [nativeBreadcrumb valueForKey:@"data"];
if (data && [data isKindOfClass:[NSDictionary class]]) {
NSDictionary *dataDict = (NSDictionary *)data;
id payload = dataDict[@"payload"];
if (payload && [payload isKindOfClass:[NSDictionary class]]) {
NSDictionary *payloadDict = (NSDictionary *)payload;
NSString *category = payloadDict[@"category"];
if ([category isEqualToString:@"navigation"]) {
return nil;
}
}
}
} @catch (NSException *exception) {
// Just continue without ignoring native navigation breadcrumbs
}
if (nativeBreadcrumb && nativeBreadcrumb.data && nativeBreadcrumb.data[@"payload"]
&& nativeBreadcrumb.data[@"payload"][@"category"] &&
[nativeBreadcrumb.data[@"payload"][@"category"] isEqualToString:@"navigation"]) {
return nil;
}

return nativeBreadcrumb;
Expand Down
Loading