Skip to content

Commit 52c025a

Browse files
Merge pull request #43 from PostHog/update-readme
2 parents 9fba9c0 + c6f3c35 commit 52c025a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ config :posthog,
4040
# Optional configurations
4141
config :posthog,
4242
json_library: Jason, # Default JSON parser (optional)
43-
capture_enabled: true, # Whether to enable PostHog tracking (optional, defaults to true)
43+
enabled_capture: true, # Whether to enable PostHog tracking (optional, defaults to true)
4444
http_client: Posthog.HTTPClient.Hackney, # Default HTTP client (optional)
4545
http_client_opts: [ # HTTP client options (optional)
4646
timeout: 5_000, # Request timeout in milliseconds (default: 5_000)

0 commit comments

Comments
 (0)