Sentry Integration Guidelines for using Sentry for error monitoring and performance tracing. Exception Catching Use in try/catch blocks: Performance Tracing Create spans for meaningful actions like button clicks, API calls, and function calls. UI Actions API Calls Configuration (Next.js) Sentry initialization files: - - Client-side - - Server-side - - Edge runtime Import with - no need to initialize in other files. Basic Setup With Console Logging Structured Logging Use for template literals with variables: ---