We attempt to document every possible breaking change. Since some of these breaking changes are in hidden parts of the library only a portion of these changes may actually affect your application.
Update your palzin-apm/palzin-laravel dependency to ^3.0 in your composer.json file.
Update the packages in your application by:
composer update
The url of Palzin Monitor (APM) ingestion system was changed a few month ago, so if you have published the palzin-apm.php configuration file in the config directory be sure that the url parameter is set to: https://demo.palzin.app
Change the env viariable name
In the previous package version you have installed the KEY to enable data transfer from your server to Palzin Monitor API in the application's environment file:
PALZIN_APM_API_KEY=xxx
The name of this environment variable was changed as PALZIN_APM_INGESTION_KEY, so be sure to change the .env file as below:
PALZIN_APM_INGESTION_KEY=xxx
It takes less than a minutes to setup your first monitoring.