sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

fix: Move file manager URL constructing to Swift

Open noahsmartin opened this issue 1 month ago • 0 comments

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

noahsmartin avatar Nov 25 '25 16:11 noahsmartin