Skip to content

Commit

Permalink
Add locale to broken site report
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Jul 11, 2024
1 parent 522a9de commit a6d9d6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ public struct BrokenSiteReport {
"reportFlow": reportFlow.rawValue,
"openerContext": openerContext?.rawValue ?? "",
"vpnOn": vpnOn.description,
"userRefreshCount": String(userRefreshCount)
"userRefreshCount": String(userRefreshCount),
"locale": Locale.autoupdatingCurrent.identifier
]

if mode == .regular {
Expand Down

0 comments on commit a6d9d6a

Please sign in to comment.