Skip to content

3.71.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 08:03
Immutable release. Only release title and notes can be modified.
c883f5f

Patch Changes

  • af21b99: Deprecate POSTHOG_NO_RELEASE_BIND in the dSYM upload build phase. The script ignores it, prints a warning when it is set, and uploads symbol sets bound to the release it creates, which is what it did before the variable existed. dsym upload no longer receives --no-release-bind.

    Event mode only helps when two releases ship a byte-identical binary, because the symbol id is the Mach-O LC_UUID. It also cost release attribution for embedded targets: the upload covers every extension dSYM but creates one release, so an extension crash resolved no release once the binding was gone.