We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fba9c0 + c6f3c35 commit 52c025aCopy full SHA for 52c025a
1 file changed
README.md
@@ -40,7 +40,7 @@ config :posthog,
40
# Optional configurations
41
config :posthog,
42
json_library: Jason, # Default JSON parser (optional)
43
- capture_enabled: true, # Whether to enable PostHog tracking (optional, defaults to true)
+ enabled_capture: true, # Whether to enable PostHog tracking (optional, defaults to true)
44
http_client: Posthog.HTTPClient.Hackney, # Default HTTP client (optional)
45
http_client_opts: [ # HTTP client options (optional)
46
timeout: 5_000, # Request timeout in milliseconds (default: 5_000)
0 commit comments