LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

sentry-setup-logging - Setup Sentry Structured Logging in JavaScript, Python, and Ruby Projects

Configure Sentry's structured logging feature across multiple programming languages

Tags

Updated: 2026-02-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • enable logs in Sentry.init
  • integrate logging libraries
  • capture console logs
  • verify SDK versions
  • filter log levels

Inputs

  • Sentry DSN
  • project codebase
  • logging library
  • package.json file
  • Sentry SDK

Outputs

  • configured sentry.init()
  • enabled log capture
  • integrated logging setup
  • test log output

Requirements

  • JavaScript 9.41.0+ SDK
  • Python 2.35.0+ SDK
  • Ruby 5.24.0+ SDK
  • Sentry account
  • valid DSN

Source

  • Spec: SKILL.md
logging
monitoring
debugging
javascript
python
ruby
sentry
enable logs in Sentry.init
integrate logging libraries
capture console logs
verify SDK versions
Sentry DSN
project codebase
logging library
configured sentry.init()
enabled log capture
integrated logging setup