.agents/skills/track-framework-updates/assets/relevance-guidelines.md
Classify each individual change within a release as high, medium, or low relevance to the Sentry JavaScript SDK. A single release contains multiple changes — classify each independently, then group by level.
AsyncLocalStorage, executionAsyncId, or framework-specific isolation mechanismsexports mapA change is relevant when it touches any surface the SDK depends on, extends, or could newly instrument.
high when the change does ANY of the following:AsyncLocalStorage usage, domain-like scoping, executionAsyncId)package.json exports map, conditional exportsmedium when the change does ANY of the following (but none of the high criteria):high item once stabilizedfetch wrapper, or outgoing-request handling within the frameworklow when ALL the following are true:high or medium criterion abovehigh and medium → classify as high. False positives cost less than missed breakage.low unless the linked PR indicates otherwise.