Skip to content

Commit 40ef20e

Browse files
itaybrephilprime
andauthored
cherry-pick: Remove full sentry being included when using SentryWithoutUIKit (#6761)
* fix: Remove full sentry being included when using SentryWithoutUIKit (#6754) * fix: Remove full sentry being included when using SentryWithoutUIKit * Update changelog * Add PR number to Changelog * Update changelog * Fix changelog * Remove unnecesary changelog changes * Update CHANGELOG.md Co-authored-by: Philip Niedertscheider <[email protected]> --------- Co-authored-by: Philip Niedertscheider <[email protected]>
1 parent 237dfb1 commit 40ef20e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Remove unnecesary dependency on `SentryCppHelper` to Sentry (#6754) (#6761)
8+
39
## 8.57.2
410

511
### Fixes

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ var targets: [Target] = [
6161
publicHeadersPath: "SentryInternal/"),
6262
.target(
6363
name: "SentryCppHelper",
64-
dependencies: ["Sentry"],
6564
path: "Sources/SentryCppHelper",
6665
linkerSettings: [
6766
.linkedLibrary("c++")

0 commit comments

Comments
 (0)