Skip to content

4.11.0

Choose a tag to compare

@releaser-posthog-php releaser-posthog-php released this 16 Jul 15:27
Immutable release. Only release title and notes can be modified.
826c332

4.11.0

Minor Changes

  • a657369: Emit error tracking stack frames in the canonical bottom-up order: stacktrace.frames[0] is now the outermost/entry-point call and the last frame is the crash site. This aligns the PHP SDK with the cross-SDK stack frame ordering standard.

Patch Changes

  • 67f1b4a: Fix the default event queue capacity at 10,000 events.