Sentry Hello World
Prerequisites
- Sentry SDK installed and initialized
- Valid DSN configured
- Network access to Sentry servers
Instructions
- Open https://sentry.io
- Navigate to your project
- Check Issues tab for the test error
- Verify event details are correct
See {baseDir}/references/implementation.md for detailed implementation guide.
Output
- Test error visible in Sentry dashboard
- Event contains stack trace and metadata
- User context and tags attached to event
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources