Skip to content

Commit c911560

Browse files
authored
Merge pull request #115 from tarjei/patch-1
Add note explaining why you should use this project
2 parents d07b757 + aad7b71 commit c911560

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ Symfony integration for [Sentry](https://getsentry.com/).
99
[![Scrutinizer][Master scrutinizer image]][Master scrutinizer link]
1010
[![Coverage Status][Master coverage image]][Master scrutinizer link]
1111

12+
## Benefits
13+
14+
Use sentry-symfony for:
15+
16+
* A fast sentry setup
17+
* Access to the `sentry.client` through the container
18+
* Automatic wiring in your app. Each event has the following things added automatically to it:
19+
- user
20+
- Symfony environment
21+
- app path
22+
- hostname
23+
- excluded paths (cache and vendor)
24+
1225

1326
## Installation
1427

0 commit comments

Comments
 (0)