Skip to content

Commit

Permalink
Merge tag 'v2.3.4' into develop
Browse files Browse the repository at this point in the history
v2.3.4
  • Loading branch information
ambroisemaupate committed May 29, 2024
2 parents 64665d1 + 9b06d30 commit 3401db8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
###> sentry/sentry-symfony ###
SENTRY_DSN=
# Override this in your production environment
#SENTRY_ENVIRONMENT=production
###< sentry/sentry-symfony ###

APP_ROUTER_DEFAULT_URI=https://roadiz-skeleton.test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.3.4](https://github.com/roadiz/skeleton/compare/v2.3.3...v2.3.4) - 2024-05-29

### Features

- **(Sentry)** Added more options to expose environment - ([1009bdc](https://github.com/roadiz/skeleton/commit/1009bdc84fcb1d07f9f9f6705752737d12b1a581)) - Ambroise Maupate

## [2.3.3](https://github.com/roadiz/skeleton/compare/v2.3.2...v2.3.3) - 2024-05-28

### Features
Expand Down
6 changes: 6 additions & 0 deletions config/packages/sentry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
parameters:
env(SENTRY_ENVIRONMENT): 'preproduction'

sentry:
register_error_listener: false

when@prod:
sentry:
dsn: '%env(SENTRY_DSN)%'
options:
release: '%env(APP_VERSION)%'
environment: '%env(SENTRY_ENVIRONMENT)%'

0 comments on commit 3401db8

Please sign in to comment.