Skip to content

Relax Svelte runtime diagnostic compatibility check - #2543

Open
ejsmith wants to merge 1 commit into
mainfrom
issue/svelte-runtime-diagnostic-shape-check
Open

Relax Svelte runtime diagnostic compatibility check#2543
ejsmith wants to merge 1 commit into
mainfrom
issue/svelte-runtime-diagnostic-shape-check

Conversation

@ejsmith

@ejsmith ejsmith commented Aug 28, 2026

Copy link
Copy Markdown
Member

Summary

  • remove the exact Svelte runtime version requirement from the production effect-depth diagnostic plugin
  • validate that each runtime patch target exists exactly once before instrumenting it
  • continue failing the build when Svelte runtime internals change incompatibly

Validation

  • npm run validate
  • npm run test:unit -- --run src/lib/telemetry/svelte-effect-depth-diagnostics.test.ts
  • npm run build
  • production runtime probe confirmed diagnostic collection and Exceptionless serialization

Breaking changes

None.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Insulation 37% 35% 286
Exceptionless.Core 76% 68% 10337
Exceptionless.Web 85% 70% 8001
Exceptionless.AppHost 38% 41% 147
Summary 79% (25771 / 32734) 68% (12029 / 17775) 18771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant