Sentry Test
sentry_testVerify Sentry integration by sending a test transaction with nested spans, or optionally trigger an error to validate error tracking.
Instructions
Test Sentry integration by sending traces, spans, and optionally errors.
This tool creates a complete transaction with nested spans to verify that tracing is working correctly in your Sentry dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_type | No | Type of test to run: - "full": Complete test with transaction, spans, and message - "trace": Only create transaction and spans - "error": Only trigger an error - "message": Only send a test message | full |
| trigger_error | No | If True, triggers a test exception to verify error tracking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||