2025-W14

Mar 31–Apr 6, 2025

7 releases
  • Sentry Integrations: The airfleet-monitoring-plugin now tracks errors and asserts only, with reduced sampling rate, and has been disabled for local environments. Additional error protection has also been added.
  • Event Tracking: The engage-plugin now includes events for tracking plugin, theme, and menu actions, while the generator-plugin adds event tracking for each view generation.
  • Error Handling: The monitoring-plugin has improved error handling for data retrieval and fixed errors in Sentry SDK and plugin retrieval.
airfleet-monitoring-plugin

Release 0.5.0

Sentry integration updated with various improvements and changes.

GitHub
View full changelog

Changed

  • Sentry: Disabled integration for local environments.
  • Sentry: Updated to only track errors and asserts, in regards to console messages.
  • Sentry: Reduced traceSampleRate to 0.1.
  • Sentry: Added site title to context.
  • Sentry: Additional error protection. When initialization fails and it catches the error, the error will be silent on production, but will still throw on other environments.
  • Sentry: Improved stack trace file paths, fingerprint rules, and issues titles.
airfleet-elements-accordion-plugin

Release 0.5.2

Added active classes to initial accordion display

GitHub
View full changelog

Fixed

  • Added --active classes for first accordions so it looks good on load without js inited.
airfleet-generator-plugin

Release 1.8.0

Added event tracking and theme extension options

GitHub
View full changelog

Added

  • Added an option to extend elements from plugins into Theme.
  • Added event tracking for each view generation: airfleet_generator_view_generated.
airfleet-engage-plugin

Release 0.4.0

Added event tracking for plugin, theme, and menu actions.

GitHub
View full changelog

Added

  • Added events for tracking plugins actions: activation, deactivation, update, uninstall, and remove.
  • Added events for tracking theme actions: activation and remove.
  • Added events for tracking menu actions: create, update, and delete.
github-files

Release 1.13.0

Added airfleet/airfleet-elements-nav-plugin to sync.yml

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/airfleet-elements-nav-plugin
airfleet-monitoring-plugin

Release 0.4.1

Added error handling for data retrieval and fixed Sentry SDK and plugin issues.

GitHub
View full changelog

Changed

  • Added try/catch when getting data.

Fixed

  • Fixed TypeError in Sentry SDK caused by not having a current user email.
  • Fixed get_plugins missing function.
airfleet-monitoring-plugin

Release 0.4.0

Added Sentry integration for error tracking, including sending PHP and JavaScript errors to Sentry.

GitHub
View full changelog

Added

  • Sentry integration for error tracking
  • Sending PHP errors to Sentry for any users
  • Sending JS errors to Sentry for logged in users

Changed

  • Internal: Added .airfleet-license and .airfleet-visible