Skip to content

Commit

Permalink
Fix transform declaration (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmorvan authored Jan 11, 2022
1 parent 759af08 commit 0aab52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ declare namespace Rollbar {
stackTraceLimit?: number;
telemetryScrubber?: TelemetryScrubber;
timeout?: number;
transform?: (data: object) => void;
transform?: (data: object, item: object) => void;
transmit?: boolean;
uncaughtErrorLevel?: Level;
verbose?: boolean;
Expand Down

0 comments on commit 0aab52d

Please sign in to comment.