Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

* Fix: Merge user from event and scope (#467)
* Bump: Sentry-Cocoa to 7.1.3 for iOS and macOS (#488)

# 5.1.0-beta.1

Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/Classes/SentryFlutterPluginApple.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {

do {
let envelope = try parseJsonEnvelope(event)
SentrySDK.capture(envelope)
PrivateSentrySDKOnly.capture(envelope)
result("")
} catch {
print("Cannot parse the envelope json !")
Expand Down
11 changes: 0 additions & 11 deletions flutter/ios/Classes/SentrySDK+FlutterPrivate.h

This file was deleted.

2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
:tag => s.version.to_s }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Sentry', '~> 7.0.3'
s.dependency 'Sentry', '~> 7.1.3'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '9.0'
Expand Down
1 change: 0 additions & 1 deletion flutter/macos/Classes/SentrySDK+FlutterPrivate.h

This file was deleted.