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 #2359

Merged
merged 5 commits 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)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label May 10, 2023
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa/8.7.0 branch from 01b0b55 to 930f760 Compare May 10, 2023 03:01
@mattjohnsonpint mattjohnsonpint merged commit a7b2f74 into main May 10, 2023
7 checks passed
@mattjohnsonpint mattjohnsonpint deleted the deps/modules/sentry-cocoa/8.7.0 branch May 10, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants