Skip to content

Commit

Permalink
Merge pull request #29 from studiometa/feature/sentry
Browse files Browse the repository at this point in the history
[Feature] Add a Sentry configuration helper
  • Loading branch information
titouanmathis authored Mar 12, 2024
2 parents 2ebb179 + 69b9175 commit e430062
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- Add a `Sentry` class to easily configure Sentry integration for both front-end and back-end ([#29](https://github.com/studiometa/wp-toolkit/pull/29))

## v2.0.1 - 2024.03.09

### Fixed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"php": "^8.1",
"monolog/monolog": "^2.9|^3.0",
"psr/log": "^1.1",
"sentry/sentry": "^4.6",
"studiometa/webpack-config": "^5.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
Expand Down
Loading

0 comments on commit e430062

Please sign in to comment.