* Add posthog-js defaults to snippet examples
* Add defaults to install-web too
* Add some more defaults
* feat: Add `<ph_posthog_js_defaults>` everywhere
Everywhere where we're initializing `<ph_project_api_key>` now also initializes `<ph_posthog_js_defaults>`. A follow-up pass is needed to update `pageview` docs letting people know we're tracking these automatically now
* refactor(): Remove `ph_posthog_js_defaults` where we're not initing lib from beggining
We'll only include the `defaults` suggestion in places where we're explaining HOW we initialize posthog. When we're talking about a non-correlated config, then we'll omit it. The same applies to `api_host`
* refactor: Stop using `history_change` in most places
Rather than suggesting `history_change`, let's instead suggest using our new `defaults` feature
* add a space
* change next.js note
* Ian's fixes
---------
Co-authored-by: Rafa Audibert <rafael@posthog.com>
Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>