Skip to content

Commit 7a8b167

Browse files
authored
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
1 parent 53be493 commit 7a8b167

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
## Unreleased
44

5-
## Features
6-
7-
- Structured Logs: Add log APIs to `Hub` and `Client` (#6737)
8-
95
### Breaking Changes
106

117
- Bumped minimum OS versions to iOS 15.0, macOS 12.0, tvOS 15.0, visionOS 1.0, and watchOS 8.0
@@ -53,6 +49,7 @@
5349
- Fix issue where the thread that generated an event could be missing when more than 100 threads are running (#6377)
5450
- Fix wrong Frame Delay when becoming active, which lead to false reported app hangs when the app moves to the foreground after being in the background (#6381)
5551
- Rename `SentryMechanismMeta` to `SentryMechanismContext` to resolve Kotlin Multi-Platform build errors (#6607)
52+
- Remove unnecesary dependency on `SentryCppHelper` to Sentry (#6754)
5653

5754
### Improvements
5855

@@ -70,6 +67,7 @@
7067
This option is still disabled by default and will be enabled in a future major release.
7168
- Move `enableDataSwizzling` from experimental options to top-level options (#6592). This option remains enabled by default.
7269
- Add `sentry.replay_id` attribute to logs ([#6515](https://github.com/getsentry/sentry-cocoa/pull/6515))
70+
- Structured Logs: Add log APIs to `Hub` and `Client` (#6737)
7371

7472
## 9.0.0-alpha.0
7573

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ var targets: [Target] = [
6464
),
6565
.target(
6666
name: "SentryCppHelper",
67-
dependencies: ["Sentry"],
6867
path: "Sources/SentryCppHelper",
6968
linkerSettings: [
7069
.linkedLibrary("c++")

0 commit comments

Comments
 (0)