Validates Sentry error tracking by triggering a test event and verifying dashboard connectivity.
This skill automates the process of verifying a Sentry integration by executing a 'hello world' error capture. It ensures that your Sentry SDK is correctly initialized, the DSN is valid, and network connectivity to Sentry servers is established. By triggering a controlled test error, it allows developers to confirm that stack traces, metadata, and user contexts are appearing correctly in the Sentry dashboard before moving to production.
主要功能
01Dashboard connectivity validation
02Metadata and stack trace reporting check
03SDK initialization verification
04Automated test error generation
05896 GitHub stars
06User context and tag attachment testing
使用场景
01Verifying initial Sentry setup in a new application