Skip to content

Commit

Permalink
fix: throttling typo (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Dec 13, 2024
1 parent 7513544 commit 049f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/posthog_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PostHogSessionReplayConfig {
throttleDelay = debouncerDelay;
}

/// Debouncer delay used to reduce the number of snapshots captured and reduce performance impact.
/// Throttling delay used to reduce the number of snapshots captured and reduce performance impact.
/// This is used for capturing the view as a screenshot.
/// The lower the number, the more snapshots will be captured but higher the performance impact.
/// Experimental support.
Expand Down

0 comments on commit 049f53b

Please sign in to comment.