Skip to content

Commit 379e7be

Browse files
committed
Update README.md
1 parent 2644309 commit 379e7be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ return [
268268
];
269269
```
270270

271+
### Requirements
272+
##### UTF-8
273+
This package uses the json_encode function, which only supports UTF-8 data, and you should therefore ensure that all of your data is correctly encoded. In the event that your log data contains non UTF-8 strings, then the json_encode function will not be able to serialize the data.
274+
275+
http://php.net/manual/en/function.json-encode.php
276+
277+
271278
### License
272279

273280
The Laravel Understand.io service provider is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)