Skip to content

Commit

Permalink
Remove secret part from example DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Jun 21, 2018
1 parent 64f3bf0 commit de1b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ more about [automatic PHP error reporting with Sentry](https://sentry.io/for/php
```php
// Instantiate a new client with a compatible DSN and install built-in
// handlers
$client = (new Raven_Client('http://public:secret@example.com/1'))->install();
$client = (new Raven_Client('http://public@example.com/1'))->install();

// Capture an exception
$event_id = $client->captureException($ex);
Expand Down

0 comments on commit de1b6ee

Please sign in to comment.