Download the PHP package tiden/telemetry-php without Composer
On this page you can find all versions of the php package tiden/telemetry-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tiden/telemetry-php
More information about tiden/telemetry-php
Files in tiden/telemetry-php
Download tiden/telemetry-php
More information about tiden/telemetry-php
Files in tiden/telemetry-php
Vendor tiden
Package telemetry-php
Short Description Tiden error-tracking PHP SDK. Emits the envelope wire format to a Tiden ingest endpoint, with no third-party error-SDK dependency.
License MIT
Homepage https://github.com/qase-tms/tiden-telemetry-php
Package telemetry-php
Short Description Tiden error-tracking PHP SDK. Emits the envelope wire format to a Tiden ingest endpoint, with no third-party error-SDK dependency.
License MIT
Homepage https://github.com/qase-tms/tiden-telemetry-php
Please rate this library. Is it a good library?
Informations about the package telemetry-php
tiden/telemetry-php
Framework-agnostic error-tracking PHP SDK for
Tiden. Emits the
envelope wire format to a Tiden ingest endpoint — no third-party error-SDK
dependency. For Laravel, use the tiden/telemetry-laravel bridge (built on this).
What it does
- Parses the DSN to the edge URL
/api/<projectId>/envelope/?tiden_key=…. - Normalizes
\Throwable(incl. cause chains) intoexception.values[]with stack frames (in_appheuristic, app-relative paths). - Serializes the envelope and POSTs it via curl (synchronous, never throws; honors HTTP 429 + Retry-After).
- Scrubs likely-PII (auth headers, secret-ish keys) unless
send_default_pii. before_sendhook to mutate or drop events.
Source maps are a browser concern (JS bundles); PHP isn't minified, so there is no source-map counterpart here.
Develop
MIT © Qase
All versions of telemetry-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package tiden/telemetry-php contains the following files
Loading the files please wait ...