Module: Appsignal::System

Defined in:
lib/appsignal/system.rb

Overview

System environment detection module.

Provides useful methods to find out more about the host system.

Constant Summary collapse

LINUX_TARGET =
"linux"
LINUX_ARM_ARCHITECTURE =
"aarch64"
MUSL_TARGET =
"linux-musl"
FREEBSD_TARGET =
"freebsd"
GEM_EXT_PATH =
File.expand_path("../../ext", __dir__).freeze