We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07b757 commit aad7b71Copy full SHA for aad7b71
README.md
@@ -9,6 +9,19 @@ Symfony integration for [Sentry](https://getsentry.com/).
9
[![Scrutinizer][Master scrutinizer image]][Master scrutinizer link]
10
[![Coverage Status][Master coverage image]][Master scrutinizer link]
11
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
25
26
## Installation
27
0 commit comments