Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add @sentry/tanstackstart-solid #15931

Closed
wants to merge 3 commits into from

Conversation

birkskyum
Copy link

@birkskyum birkskyum commented Mar 31, 2025

Related to

Port of the @sentry/tanstackstart-react to `@sentry/tanstackstart-solid

Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

I'm having some issues running the tests - and I'd like to sanity check if the CI see the same as I do

Sorry, something went wrong.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo uses yarn v1, you'll need to re-run with that to get the tests going

Copy link
Author

@birkskyum birkskyum Apr 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue I face is that I can't build the /core package. I get with yarn 1.x + node 20 (as specified in package.json):

src/index.ts  build/cjs...
[!] (plugin sucrase) Error: value.disableES2019Transforms is extraneous
src/index.ts
    at new VError (/Users/admin/repos/sentry-javascript/node_modules/ts-interface-checker/dist/util.js:24:28)
    at DetailContext.getError (/Users/admin/repos/sentry-javascript/node_modules/ts-interface-checker/dist/util.js:96:16)
    at Checker._doCheck (/Users/admin/repos/sentry-javascript/node_modules/ts-interface-checker/dist/index.js:200:29)
    at Checker.strictCheck (/Users/admin/repos/sentry-javascript/node_modules/ts-interface-checker/dist/index.js:122:68)
    at validateOptions (/Users/admin/repos/sentry-javascript/node_modules/sucrase/dist/Options.js:100:18)
    at transform (/Users/admin/repos/sentry-javascript/node_modules/sucrase/dist/index.js:36:28)
    at Object.transform (file:///Users/admin/repos/sentry-javascript/dev-packages/rollup-utils/plugins/vendor/sucrase-plugin.mjs:65:22)
    at /Users/admin/repos/sentry-javascript/node_modules/rollup/dist/shared/rollup.js:3368:40


error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "build:transpile" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@lforst
Copy link
Member

lforst commented Apr 2, 2025

Hi, we really appreciate the PR, but as of now, we decided not to merge it because we cannot justify the maintenance for the still very-low usage of TanStack Start + Solid. We can reconsider in the future.

@lforst lforst closed this Apr 2, 2025
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.

None yet

3 participants