Laravel Upgrade Guide

Upgrade guide

Estimated Upgrade Time: Five Minutes

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.

Updating dependencies

Update your palzin-apm/palzin-laravel dependency to ^3.0 in your composer.json file.

Update the packages in your application by:

composer update

Change Palzin Monitor URL

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

What's new

Last updated: 1 year ago

Want to get started with Palzin Monitor? We offer a no-strings-attached
15 days trial. No credit card required.

It takes less than a minutes to setup your first monitoring.