Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Cocoa SDK to v8.7.0 #1316

Merged
merged 1 commit into from
May 10, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps modules/sentry-cocoa from 8.6.0 to 8.7.0.

Auto-generated by a dependency updater.

Changelog

8.7.0

Features

  • Allow starting the SDK with an initial scope (#2982)
  • Swift Error Names (#2960)
enum LoginError: Error {
    case wrongUser(id: String)
    case wrongPassword
}

SentrySDK.capture(error: LoginError.wrongUser("12345678"))

For the Swift error above Sentry displays:

sentry-cocoa SDK Title Description
Since 8.7.0 LoginError wrongUser(id: "12345678") (Code: 1)
Before 8.7.0 LoginError Code: 1

Customized error descriptions have precedence over this feature.
This change has no impact on grouping of the issues in Sentry.

Fixes

  • Propagate span when copying scope (#2952)
  • Remove "/" from crash report file name (#3005)

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa/8.7.0 branch from 8492d46 to 75b293e Compare May 10, 2023 02:13
@bitsandfoxes bitsandfoxes enabled auto-merge (squash) May 10, 2023 12:01
@bitsandfoxes bitsandfoxes merged commit 3312760 into main May 10, 2023
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-cocoa/8.7.0 branch May 10, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants