sentry_capture_exception
Capture and log exceptions in applications by sending error details, severity levels, tags, and user context to Sentry for effective monitoring and debugging.
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 |