Skip to content

Commit

Permalink
Example of set clientOptions property
Browse files Browse the repository at this point in the history
  • Loading branch information
niksamokhvalov authored Nov 6, 2019
1 parent e8e3c3c commit 879f4bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ return [
'class' => 'notamedia\sentry\SentryTarget',
'dsn' => 'http://2682ybvhbs347:235vvgy465346@sentry.io/1',
'levels' => ['error', 'warning'],
'context' => true // Write the context information. The default is true.
// Write the context information (the default is true):
'context' => true,
// Additional options for `Sentry\init`:
'clientOptions' => ['release' => 'my-project-name@2.3.12']
],
],
],
Expand Down

0 comments on commit 879f4bf

Please sign in to comment.