Sentry Swift
#2160
Replies: 1 comment
-
This PR shows how the project will look like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
A Sentry SDK started to be [written in Swift once,](https://github.com/getsentry/raven-swift) but due to ABI not being stable at that time, it got dropped. Since then Swift 5.1 landed and we got ABI stability. We’ve considered adding Swift to our
sentry.cocoa
SDK since then, but because of some of the trade offs, we’ve postponed that decision.Motivation
This changed with our goal to better support SwiftUI. It’s growing in popularity and we need to write code in Swift in order to support it.
Considerations
sentry.cocoa
. The idea is to create a Swift only new target that will be the main Sentry target, rename what we have today for SentryObjc, and make it a dependency of Sentry.Beta Was this translation helpful? Give feedback.
All reactions