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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ optional keys.
85
85
86
86
Default: `action => action.type`
87
87
88
-
`breadcrumbMessageFromAction` allows you to specify a transform function which is passed the `action` object and returns a `string` that describes a message of breadcrumb. Which will be logged to Sentry.
88
+
`breadcrumbMessageFromAction` allows you to specify a transform function which is passed the `action` object and returns a `string` that will be used as the message of the breadcrumb.
89
89
90
-
By default,`breadcrumbMessageFromAction`will log `action.type` as a `message` of breadcrumb, but you can specify another value.
90
+
By default `breadcrumbMessageFromAction`returns `action.type`.
91
91
92
92
Finally, be careful not to mutate your `action` within this function.
0 commit comments