From 24b066e5398f5e5368ec049e44501951bdc255e4 Mon Sep 17 00:00:00 2001 From: Kirill Zhosul <79853674+kirillzhosul@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:20:11 +0400 Subject: [PATCH] Update README.md Signed-off-by: Kirill Zhosul <79853674+kirillzhosul@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7a82965..8a1d0cd 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,17 @@ try: raise ValueError except Exception as e: client.capture_exception(e) + +# Will work by default also (see Client(handle_global_exceptions=True)) +raise ValueError + + +# (Notice that events by default being sent not immediatly!) ``` +## Examples +[See examples directory...](/examples) + ## Integrations For now there is no native integrations.