Skip to content

Commit 879f4bf

Browse files
Example of set clientOptions property
1 parent e8e3c3c commit 879f4bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ return [
2323
'class' => 'notamedia\sentry\SentryTarget',
2424
'dsn' => 'http://2682ybvhbs347:[email protected]/1',
2525
'levels' => ['error', 'warning'],
26-
'context' => true // Write the context information. The default is true.
26+
// Write the context information (the default is true):
27+
'context' => true,
28+
// Additional options for `Sentry\init`:
29+
'clientOptions' => ['release' => '[email protected]']
2730
],
2831
],
2932
],

0 commit comments

Comments
 (0)