You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### For crash reports/all reports <a name="documentation-attachments-all"></a>
338
338
339
-
You can specify file attachments to be sent with every report (including crash reports). File attachments are specified as a `Dictonary` where the keys are a `String` containing the filename (including the extension), and the values are a `URL` containing the path to the file.
339
+
You can specify file attachments to be sent with every report (including crash reports). File attachments are specified as an `Array` of `URL` containing the path to the file.
340
340
- Swift
341
341
```swift
342
342
guard let libraryDirectoryUrl = try? FileManager.default.url(
0 commit comments