Skip to content

Commit 37b823b

Browse files
committed
fix Ruby integration instruction
1 parent 41e858a commit 37b823b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/sdk-docs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ sentry_sdk.init(dsn="___PUBLIC_DSN___", option_name=value)
190190
2. **Save files:**
191191
- Write new files or edit existing:
192192
- Troubleshooting: Add to existing page's "Troubleshooting" section
193-
- Integrations: `docs/platforms/{sdk}/integrations/{name}/index.mdx` (Ruby uses `guides/`)
193+
- Integrations: `docs/platforms/{sdk}/integrations/{name}/index.mdx` (Ruby: update table in `docs/platforms/ruby/common/integrations/index.mdx`)
194194
- Configuration: Add `<SdkOption>` to `docs/platforms/{sdk}/configuration/options.mdx`
195195
- Features: `docs/platforms/{sdk}/{category}/{feature}.mdx`
196196
- Set sidebar navigation in MDX frontmatter if creating new page: `sidebar_order` (number), `sidebar_title` (optional), `sidebar_section` (optional)

0 commit comments

Comments
 (0)