ignoring-sentry-errors

Installation
SKILL.md

Ignoring Sentry Errors

Follow this workflow to add new error filters to Sentry configuration.

Key File

All error filtering logic is centralized in:

packages/shared/src/modules3rdParty/sentry/basicOptions.ts

Workflow

1) Analyze the error

Identify the error pattern:

  • Error type (e.g., Error, TypeError, AxiosError)
  • Error message/value (the text content)
  • Platform (desktop/mobile/web/extension or all)
Related skills
Installs
12
GitHub Stars
2.4K
First Seen
Jan 24, 2026