Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ isContributorsLine
Function
isContributorsLine
scripts/generate-changelog.ts:276–278 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
274
}
275
276
function
isContributorsLine(line: string): boolean {
277
return
line.includes(
'Work in this release was contributed by'
);
278
}
279
280
function
isSectionHeading(line: string): boolean {
281
const
trimmed = line.trim();
Callers
1
parseChangelog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected