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.