Skip to content

Commit

Permalink
docs: updated readme regarding Nones in python
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Mar 11, 2024
1 parent 4a3c1c8 commit b19041e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ async function as_request_completed() {

- Calls to `push` method will never throw. Any exception will just be
logged using `logging`.
- Keys in labels and information must be strings.
- Keys in labels and information must be strings. If `None` is provided as
value in case of python, it will be serialized as empty string.
- Values in labels and information must be string, integers or floats.
- If no `base_endpoint` provided (using parameter or env), nothing will happen.

Expand Down

0 comments on commit b19041e

Please sign in to comment.