Immutable
release. Only release title and notes can be modified.
4.14.0
Minor Changes
- Read the release id from the
POSTHOG_RELEASE_IDenvironment variable and send it as$release_idon every event, including minimal$feature_flag_calledevents. On$exceptionevents, error tracking uses it to link the exception to its release by a direct id lookup. Create the release and get its id withposthog-cli release resolve. An explicit$release_idin the event properties or in the request context wins over the environment variable. Under PHP-FPM, pass the variable through to workers (clear_env = noor anenv[POSTHOG_RELEASE_ID]pool entry).