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
{{ message }}
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,6 @@ reporter.report(
72
72
)
73
73
```
74
74
75
-
Reporting an error returns a discardable future. Just map/flatMap the result if you would like to do more work after the report has been sent.
76
-
77
-
```swift
78
-
return reporter.error(yourError, on: req).flatMap {
79
-
...
80
-
}
81
-
```
82
-
83
75
#### Users
84
76
Conforming your `Authenticatable` model to `BugsnagReportableUser` allows you to easily pair the data to a report. The protocol requires your model to have an `id` field that is `CustomStringConvertible`.
85
77
@@ -121,4 +113,4 @@ The package owner for this project is [Siemen](https://github.com/siemensikkema)
121
113
122
114
## 📄 License
123
115
124
-
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
116
+
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
0 commit comments