rh363
rh363
I have encountered the same error in a fresh sentry@sveltekit installation, any update on this?
sometime i also receive ``` SyntaxError: Unterminated JSX contents. (29:28) at constructor (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:359:19) at V8IntrinsicMixin.raise (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:3327:19) at V8IntrinsicMixin.jsxReadToken (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:6621:20) at V8IntrinsicMixin.getTokenFromCode (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:6947:12) at V8IntrinsicMixin.getTokenFromCode (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:9802:11) at V8IntrinsicMixin.nextToken (/home/alex/coding/svelte/ermes/ermes/node_modules/@babel/parser/lib/index.js:2510:10) at V8IntrinsicMixin.next...
@vitalik > > you need to test the "app_router" in that case: > > self.client = TestClient(app_router) Unfortunaly this don't seam to work: > i can't mount `app_router`, it don't...