sentry-cocoa
sentry-cocoa copied to clipboard
fix: Move file manager URL constructing to Swift
The ObjC version of this URL constructing can return nil if the string provided is an empty string in which case our code would crash. To protect against this we can migrate a bit more of this file manager code to Swift and guarantee it won't crash
Closes #6900