Skip to content

Commit

Permalink
core-4452 added Monitoring to Shared ErrorHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Jul 25, 2018
1 parent eb4f2bb commit 1ead337
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ public function setError(string $message, $exception): void;
/**
* Sets the name of the application, the current store and the environment.
*
* @param string $application
* @param string $store
* @param string $environment
* @param string|null $application
* @param string|null $store
* @param string|null $environment
*
* @return void
*/
public function setAppName(string $application, string $store, string $environment): void;
public function setApplicationName(?string $application = null, ?string $store = null, ?string $environment = null): void;

/**
* Name of the transaction (e.g. module/controller/action).
Expand Down

0 comments on commit 1ead337

Please sign in to comment.