We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e00a69 commit db05484Copy full SHA for db05484
packages/common_client/lib/src/ld_common_client.dart
@@ -812,8 +812,8 @@ final class LDCommonClient {
812
813
/// Add a hook to SDK instance.
814
///
815
- /// Hooks allow customization of SDK behavior at various stages of flag evaluation,
816
- /// context identification, and event tracking.
+ /// Hooks allow for the addition of SDK observability at specific points
+ /// of execution.
817
void addHook(Hook hook) {
818
_hookRunner.addHook(hook);
819
}
@@ -829,7 +829,6 @@ final class LDCommonClient {
829
metricValue: metricValue,
830
data: data));
831
832
- // Execute afterTrack hooks
833
final trackContext = TrackSeriesContext.internal(
834
key: eventName,
835
context: _context,
0 commit comments