sentry_test
Test Sentry integration by sending traces, spans, and errors to verify tracing functionality in your Sentry dashboard.
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.
Args: trigger_error: If True, triggers a test exception to verify error tracking. test_type: 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
Returns: Status of the test with details on what was sent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger_error | No | ||
| test_type | No | full |