Releases: flightphp/apm
Releases Β· flightphp/apm
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
v0.2.0
What's changed?
- Corrected a bad cache piece of logic in the SqlitePresenter
- Max of 500 requests at a time
- Only good for Sqlite now. Others to come in the future
- Other misc fixes
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Fleshed out more events.
- Cleaned up so much code
- Refactored like crazy
Full Changelog: v0.1.0...v0.1.1
Initial Beta Release
Initial Beta Release for the Flight PHP APM
Full Changelog: https://github.com/flightphp/apm/commits/v0.1.0