Flare by Spatie
  • Features
  • Pricing
  • Docs
  • Blog
  • LOG IN
  • START TRACKING
  • Home
  • Features
  • Pricing
  • Docs
  • Blog
    • Try Flare for free
    • Sign in
Flare Flare Laravel Laravel PHP PHP JavaScript JavaScript
  • General
  • Introduction
  • Installation
  • Censoring collected data
  • Ignoring collected data
  • Errors
  • Adding custom context
  • Customising error grouping
  • Handling errors
  • Linking to errors
  • Reporting errors
  • Performance
  • Introduction
  • Sampling
  • Limits
  • Modify spans and events
  • Data Collection
  • Application info
  • Application lifecycle
  • Cache events
  • Console commands
  • Customise error report
  • Database transactions
  • Dumps
  • Errors when tracing
  • Exception context
  • External http requests
  • Filesystem operations
  • Git information
  • Glows
  • Identifying users
  • Logs
  • Queries
  • Redis commands
  • Requests
  • Routing
  • Server info
  • Solutions
  • Spans
  • Stacktrace arguments
  • Views
  • Older Packages
  • Flare Client PHP V1

Server info

Flare will automatically keep track of the server information of the server where your application is running. We define four different types of server information:

Host

  • Hostname
  • IP address of the server
  • CPU Architecture

OS

  • The type of operating system
  • The name of the operating system
  • The version of the operating system
  • The description of the operating system

PHP

  • The PHP version
  • The PHP SAPI
  • The PHP executable path
  • The PHP user

Composer

Sets the name and version of your application based upon the root package.

By default, all this information is collected, but you can disable it by calling ignoreServerInfo() on the Flare config:

$config->ignoreServerInfo();

It is also possible to disable certain groups of information, as such:

$config->ignoreServerInfo(
    host: false,
    os: false,
    php: true,
    composer: true,
);
Routing Solutions

Monitor your web apps and sites from errors to slowdowns with Flare, the easiest application monitoring platform for Laravel, PHP & Javascript.

  • Platform
  • Error Tracking
  • Performance Monitoring
  • Pricing
  • Support
  • Resources
  • Blog
  • Changelog
  • Documentation
  • Affiliate program
  • Service status
  • Terms of use
  • DPA
  • Privacy & Cookie Policy
Flare