Skip to content

Commit 4bbc568

Browse files
committed
Add 'release' example option to config file
This is the recommended place to put an application version string; this serves as a handy reminder. See the comments on getsentry/sentry-javascript#511
1 parent 819667c commit 4bbc568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
| instance. For more information about the possible values check
9393
| out: https://github.com/getsentry/raven-php
9494
|
95-
| Example: "name", "tags", "trace", "timeout", "exclude", "extra", ...
95+
| Example: "name", "release", "tags", "trace", "timeout", "exclude", "extra", ...
9696
|
9797
*/
9898
'options' => [],

0 commit comments

Comments
 (0)