sentry-performance-tuning

Sentry Performance Tuning

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sentry-performance-tuning" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-sentry-performance-tuning

Sentry Performance Tuning

Prerequisites

  • Performance monitoring enabled

  • Transaction volume metrics available

  • Critical paths identified

  • Performance baseline established

Instructions

  • Implement dynamic sampling with tracesSampler for endpoint-specific rates

  • Configure environment-based sample rates (higher in dev, lower in prod)

  • Remove unused integrations to reduce SDK overhead

  • Limit breadcrumbs to reduce memory usage

  • Use parameterized transaction names to avoid cardinality explosion

  • Create spans only for meaningful slow operations

  • Configure profile sampling sparingly for performance-critical endpoints

  • Measure SDK initialization time and ongoing overhead

  • Implement high-volume optimization with aggressive filtering

  • Monitor SDK performance metrics and adjust configuration

Output

  • Optimized sample rates configured

  • SDK overhead minimized

  • Transaction naming standardized

  • Resource usage reduced

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Sentry Performance

  • Sampling Strategies

Overview

Optimize Sentry performance monitoring configuration.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review