Toolverse
All skills

sentry-sdk-patterns

by jeremylongshore

Execute best practices for using Sentry SDK in TypeScript and Python.\nUse when implementing error handling patterns, structuring Sentry code,\nor optimizing SDK usage.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend
Views
1

About this skill

Execute best practices for using Sentry SDK in TypeScript and Python.\nUse when implementing error handling patterns, structuring Sentry code,\nor optimizing SDK usage.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowany Sentry SDK v8+ (@sentry/node, @sentry/react dla TypeScript lub sentry-sdk dla Pythona) oraz skonfigurowaną zmienną środowiskową SENTRY_DSN.

  2. Wyzwól skill frazami takimi jak "sentry best practices", "sentry patterns", "sentry sdk usage", "sentry scope", "sentry breadcrumbs", "sentry beforeSend" lub "sentry fingerprint".

  3. Dla strukturyzowania kontekstu błędów użyj Sentry.withScope() w TypeScript lub sentry_sdk.new_scope() w Pythonie, aby dołączyć informacje do pojedynczych zdarzeń bez wycieku stanu między żądaniami.

  4. Skonfiguruj strategie breadcrumbów, aby śledzić sekwencję zdarzeń poprzedzających błąd, oraz zdefiniuj niestandardowe filtry w beforeSend/beforeBreadcrumb do kontroli, które zdarzenia wysyłać do Sentry.

  5. Implementuj custom fingerprinting dla lepszego grupowania powiązanych problemów oraz dodaj user context, aby wiedzieć, których użytkowników dotknęły błędy.

  6. Wykorzystaj performance instrumentation ze span'ami do monitorowania wydajności operacji asynchronicznych (TypeScript) lub context managerów (Python) w aplikacji produkcyjnej.

Related skills

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

find-skills

by openstatusHQ

Helps users discover and install agent skills when they ask questions like \

Backend
150111

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582