Skip to content

Commit

Permalink
fix: fix example testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thisames committed Oct 2, 2024
1 parent 63670e6 commit ae1ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void main() {
sessionReplayConfig: PostHogSessionReplayConfig(
maskAllTextInputs: true,
maskAllImages: true,
androidDebouncerDelay: const Duration(milliseconds: 0),
androidDebouncerDelay: const Duration(milliseconds: 200),
),
),
);
Expand Down

0 comments on commit ae1ab84

Please sign in to comment.