Skip to content

Commit 3975bed

Browse files
committed
Merge branch 'main' of github.com:florgon/gatey-sdk-py
2 parents 2b7fb7c + 24b066e commit 3975bed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@ try:
4545
raise ValueError
4646
except Exception as e:
4747
client.capture_exception(e)
48+
49+
# Will work by default also (see Client(handle_global_exceptions=True))
50+
raise ValueError
51+
52+
53+
# (Notice that events by default being sent not immediatly!)
4854
```
4955

56+
## Examples
57+
[See examples directory...](/examples)
58+
5059
## Integrations
5160

5261
For now there is no native integrations.

0 commit comments

Comments
 (0)