You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Force load of client in console commands to avoid missing notices due to lazy-loading (#67)
4
+
1
5
0.8.0
2
6
-----
3
7
- Add `SentryExceptionListenerInterface` and the `exception_listener` option in the configuration (#47) to allow customization of the exception listener
@@ -7,29 +11,24 @@
7
11
8
12
0.7.1
9
13
-----
10
-
11
14
- Quote sentry.options in services.yml.
12
15
13
16
0.7.0
14
17
-----
15
-
16
18
- Expose all configuration options (#36).
17
19
18
20
0.6.0
19
21
-----
20
-
21
22
- Improve app path detection to exclude root folder and exclude vendor.
22
23
23
24
0.5.0
24
25
-----
25
-
26
26
- Raise sentry/sentry minimum requirement to 1.2.0.
27
27
- Fixed an issue with a missing import (#24).
28
28
- ``prefixes`` and ``app_path`` will now be bound by default.
29
29
30
30
0.4.0
31
31
-----
32
-
33
32
- Added ``skip_capture`` configuration for excluding exceptions.
0 commit comments