sentry_capture_exception
Capture and log exceptions with detailed context, error severity, and user information for effective monitoring and debugging in applications.
Instructions
Capture and send an exception to Sentry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Additional context data | |
error | Yes | Error message or description | |
level | No | Severity level of the error | error |
tags | No | Key-value pairs to tag the error | |
user | No | User information |