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 cb3a3ed commit 147795cCopy full SHA for 147795c
lib/posthog/client.ex
@@ -32,7 +32,7 @@ defmodule Posthog.Client do
32
### Disabling capture
33
34
When `enabled_capture` is set to `false`:
35
- - All `Posthog.capture/3` and `Posthog.batch/3` calls will succeed silently
+ - All `Posthog.capture/3` and `Posthog.batch/2` calls will succeed silently
36
- PostHog will still communicate with the server for Feature Flags
37
38
This is useful for:
0 commit comments