mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Add Sentry config
This commit is contained in:
@@ -33,6 +33,7 @@ RUN set -eux; \
|
|||||||
zip \
|
zip \
|
||||||
uuid \
|
uuid \
|
||||||
gd \
|
gd \
|
||||||
|
excimer \
|
||||||
;
|
;
|
||||||
|
|
||||||
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
|
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
|
||||||
|
|||||||
@@ -4,7 +4,10 @@ when@prod:
|
|||||||
# Add request headers, cookies, IP address and the authenticated user
|
# Add request headers, cookies, IP address and the authenticated user
|
||||||
# see https://docs.sentry.io/platforms/php/data-management/data-collected/ for more info
|
# see https://docs.sentry.io/platforms/php/data-management/data-collected/ for more info
|
||||||
# send_default_pii: true
|
# send_default_pii: true
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
traces_sample_rate: 1.0
|
||||||
|
profiles_sample_rate: 1.0
|
||||||
ignore_exceptions:
|
ignore_exceptions:
|
||||||
- 'Symfony\Component\ErrorHandler\Error\FatalError'
|
- 'Symfony\Component\ErrorHandler\Error\FatalError'
|
||||||
- 'Symfony\Component\Debug\Exception\FatalErrorException'
|
- 'Symfony\Component\Debug\Exception\FatalErrorException'
|
||||||
|
|||||||
Reference in New Issue
Block a user