Skip to content

Commit

Permalink
add type for breadcrumbMessageFromAction in createSentryMiddleware Op…
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanmorrell committed May 27, 2020
1 parent 5ac330c commit ee07761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/redux-sentry-middleware/index.d.ts
Expand Up @@ -10,6 +10,7 @@ import * as Sentry from "@sentry/browser";
declare namespace createSentryMiddleware {
interface Options<T> {
breadcrumbDataFromAction?: (action: Action) => any;
breadcrumbMessageFromAction?: (action: Action) => any;
actionTransformer?: (action: Action) => any;
stateTransformer?: (state: T) => any;
breadcrumbCategory?: string;
Expand Down

0 comments on commit ee07761

Please sign in to comment.