Skip to content

Commit fb26105

Browse files
committed
fix(craft): Add missing mainDocsUrl for @sentry/effect SDK
The Effect SDK was missing the mainDocsUrl field in the craft configuration, causing KeyError: 'main_docs_url' in Sentry backend (SENTRY-5M6R). This adds the documentation URL following the same pattern as other JavaScript SDKs in the registry. Fixes SENTRY-5M6R
1 parent 3a3bb51 commit fb26105

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.craft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,5 @@ targets:
244244
name: 'Sentry Effect SDK'
245245
sdkName: 'sentry.javascript.effect'
246246
packageUrl: 'https://www.npmjs.com/package/@sentry/effect'
247+
mainDocsUrl: 'https://docs.sentry.io/platforms/javascript/guides/effect/'
247248
onlyIfPresent: /^sentry-effect-\d.*\.tgz$/

0 commit comments

Comments
 (0)