Skip to content

Commit

Permalink
Merge branch 'feature/private_beta_feedback' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Mar 26, 2024
2 parents c569fcd + 556dadd commit bdc888e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"location" : "https://github.com/kukai-wallet/kukai-core-swift",
"state" : {
"branch" : "develop",
"revision" : "7b9433fcd8ba91fc90323981e0460c856470a80f"
"revision" : "d0abd85b7fc4167f43986dc5e2893283a5fcb868"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Kukai Mobile/Services/DependencyManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ class DependencyManager {
if err.isTimeout() {
SentrySDK.capture(message: "Timeout") { scope in
scope.setLevel(.error)
scope.setFingerprint(["client", "timeout"])
scope.setExtras([
"url": err.requestURL?.absoluteString ?? "-",
"domain": err.subType?.domain ?? "-",
Expand Down

0 comments on commit bdc888e

Please sign in to comment.