flownative/sentry

Last activity 27 Feb 2025 5 2 38618
composer require flownative/sentry

A Sentry integration for Neos Flow

v1.3.2

Version
v1.3.2
Type
neos-package
Release Date
Oct 05, 2023 20:18
Source
git
Distribution
zip
Requires
  • ext-json: *
  • php: ^7.4 || ^8.0
  • neos/flow: ^6.3 || ^7.0 || ^8.0 || ^9.0 || @dev
  • sentry/sdk: ^3.0
  • jenssegers/agent: ^2.6
MIT 8fdf1c89a948ab738bbdc66d710e10edd90d8e5d

Readme excerpt

Sentry integration for Flow 6.x and Flow 7.x

This Flow package allows you to automate reporting of errors to Sentry

Key Features Installation

The Sentry integration is installed as a regular Flow package via Composer. For your existing project, simply include flownative/sentry into the dependencies of your Flow or Neos distribution:

$ composer require flownative/sentry Configuration

You need to at least specify a DSN to be used as a logging target. Apart from that, you can configure the Sentry environment and release. All options can either be set in the Flow settings or, more conveniently, by setting the respective environment variables.

Flownative: …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 44 package(s).