Skip to content

Commit

Permalink
Merge branch 'main' of github.com:florgon/gatey-sdk-py
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzhosul committed Nov 23, 2022
2 parents 2b7fb7c + 24b066e commit 3975bed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3975bed

Please sign in to comment.