Skip to content

Commit afc8309

Browse files
adds deprecated options info to readme
1 parent 18ff000 commit afc8309

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ listener_priorities:
8888

8989
... respectively for the `onKernelRequest`, `onKernelException` and `onConsoleException` events.
9090

91+
#### Deprecated configuration options
92+
93+
In previous releases of this bundle, some of the previous options where set outside of the options level of the configuration file. Those still work but are deprecated, and they will be dropped in the 2.x release, so you are advised to abandon them; to provide forward compatibility, they can be used alongside the standard syntax, but values must match. This is a list of those options:
94+
95+
```yaml
96+
sentry:
97+
app_path: ~
98+
environment: ~
99+
error_types: ~
100+
prefixes: ~
101+
release: ~
102+
excluded_app_paths: ~
103+
```
104+
91105
#### Options
92106

93107
In the following section you will find some of the available options you can configure. All available options and a more detailed description of each can be found [here](https://docs.sentry.io/clients/php/config/).

0 commit comments

Comments
 (0)