We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cf22f commit 8421df4Copy full SHA for 8421df4
packages/openneuro-server/src/datalad/contributors.ts
@@ -67,7 +67,8 @@ export const contributors = async (
67
}
68
69
// --- Dataset type but no contributors ---
70
- if (resourceType === "Dataset") {
+ // Only log if a Datacite file actually exists
71
+ if (dataciteData && resourceType === "Dataset") {
72
Sentry.captureMessage(
73
`Datacite file for ${datasetId}:${revisionShort} is Dataset type but provided no contributors.`,
74
)
0 commit comments