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
BacktraceClient allows you to customize the initialization of BacktraceDatabase for local storage of error reports by supplying a BacktraceDatabaseSettings parameter, as follows:
190
-
```swift
191
-
let backtraceCredentials =BacktraceCredentials(endpoint: URL(string: "backtrace_endpoint_url")!,
192
-
token: "token")
193
-
let backtraceDatabaseSettings =BacktraceDatabaseSettings()
0 commit comments