Releases: flightphp/apm
Releases · flightphp/apm
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- MySQL/MariaDB engine now able to store and process APM metrics.
- Full refactor (yep) that is better handled by a developer than letter AI go wild. It's in a much better place now for adding future Adapters like Postgres.
- Renamed some columns in SQLite because AI decided to use protected keywords (timestamp) for some column names. 😠
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
What's Changed
- Added option to mask IP addresses for GDPR compliance
- Overhauled custom event tracking to be more searchable
- Tightened up some of the dark mode css.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's changed
- New search filter to search the request ID
- Fixed response dist graph to reflect better what is happening within your requests search
- Fixed run condition with worker
- Added helpful message for why only 500 requests show up
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's changed
- New header saved in Flight::response(): X-Flight-Request-Id. Now this value can be used in error messages or other logs within your application.
- Customized filters for requests
- Added new purge command to remove any requests over the days specified to keep databases tidy.
- Moved response code distribution to better reflect the current requests being searched for.
- Added full JSON of all the request data when you click on the details button next to a request.
- Misc clean ups of the dashboard
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's changed
- Updated the times to work with time zones and focus on the browsers locale.
- Fixed some UI pieces in the dashboard.
- Added a migration utility for future enhancements to the APM data schema
Full Changelog: v0.2.0...v0.2.1