Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 4611c7c

Browse files
Sort all the things
Sort all the things Sort all the things Fix wrong order of arguments
1 parent 0762e3c commit 4611c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Bugsnag/BugsnagReporter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ extension BugsnagReporter: ErrorReporter {
5959
breadcrumbs: breadcrumbs,
6060
error: error,
6161
httpRequest: req?.http,
62+
keyFilters: config.keyFilters,
6263
metadata: metadata,
6364
payloadVersion: payloadVersion,
6465
severity: severity,
6566
stacktrace: stacktrace,
66-
userId: userId,
67-
keyFilters: config.keyFilters
67+
userId: userId
6868
)
6969

7070
let payload = BugsnagPayload(

0 commit comments

Comments
 (0)