Skip to content

Commit 0194dd3

Browse files
authored
fix(effect): Add missing main_docs_url to initial effect SDK entry (#229)
The docs don't exist yet but I think that's okay. Looks like this field missing for some reason crashes the sentry backend
1 parent 0dfa3ff commit 0194dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/npm/@sentry/effect/10.44.0.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"name": "Sentry Effect SDK",
55
"package_url": "https://www.npmjs.com/package/@sentry/effect",
66
"version": "10.44.0",
7-
"created_at": "2026-03-17T16:44:05.790Z"
7+
"created_at": "2026-03-17T16:44:05.790Z",
8+
"main_docs_url": "https://docs.sentry.io/platforms/javascript/guides/effect/"
89
}

0 commit comments

Comments
 (0)