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
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ targets:
- name: npm
id: '@sentry/tanstackstart-react'
includeNames: /^sentry-tanstackstart-react-\d.*\.tgz$/
- name: npm
id: '@sentry/tanstackstart-solid'
includeNames: /^sentry-tanstackstart-solid-\d.*\.tgz$/
- name: npm
id: '@sentry/gatsby'
includeNames: /^sentry-gatsby-\d.*\.tgz$/
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
- '@sentry/svelte'
- '@sentry/sveltekit'
- '@sentry/tanstackstart-react'
- '@sentry/tanstackstart-solid'
- '@sentry/vue'
- '@sentry/wasm'
- Sentry Browser Loader
Expand Down
Binary file added .yarn/install-state.gz
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.

Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
6 changes: 6 additions & 0 deletions dev-packages/e2e-tests/verdaccio-config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ packages:
unpublish: $all
# proxy: npmjs # Don't proxy for E2E tests!

'@sentry/tanstackstart-solid':
access: $all
publish: $all
unpublish: $all
# proxy: npmjs # Don't proxy for E2E tests!

'@sentry/types':
access: $all
publish: $all
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"packages/sveltekit",
"packages/tanstackstart",
"packages/tanstackstart-react",
"packages/tanstackstart-solid",
"packages/types",
"packages/typescript",
"packages/vercel-edge",
Expand Down Expand Up @@ -143,8 +144,7 @@
"resolutions": {
"gauge/strip-ansi": "6.0.1",
"wide-align/string-width": "4.2.3",
"cliui/wrap-ansi": "7.0.0",
"**/sucrase": "getsentry/sucrase#es2020-polyfills"
"cliui/wrap-ansi": "7.0.0"
},
"version": "0.0.0",
"name": "sentry-javascript",
Expand Down
10 changes: 10 additions & 0 deletions packages/tanstackstart-solid/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
env: {
browser: true,
node: true,
},
parserOptions: {
jsx: true,
},
extends: ['../../.eslintrc.js'],
};
21 changes: 21 additions & 0 deletions packages/tanstackstart-solid/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Functional Software, Inc. dba Sentry

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
52 changes: 52 additions & 0 deletions packages/tanstackstart-solid/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<p align="center">
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
<img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
</a>
</p>

# Official Sentry SDK for TanStack Start React (Alpha)

[![npm version](https://img.shields.io/npm/v/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react)
[![npm dm](https://img.shields.io/npm/dm/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react)
[![npm dt](https://img.shields.io/npm/dt/@sentry/tanstackstart-react.svg)](https://www.npmjs.com/package/@sentry/tanstackstart-react)

> NOTICE: This package is in alpha state and may be subject to breaking changes.

## Getting Started

This SDK does not have docs yet. Stay tuned.

## Compatibility

The minimum supported version of TanStack Start is `1.111.12`.

## Custom Usage

To set context information or to send manual events, you can use `@sentry/tanstackstart-react` as follows:

```ts
import * as Sentry from '@sentry/tanstackstart-react';

// Set user information, as well as tags and further extras
Sentry.setTag('user_mode', 'admin');
Sentry.setUser({ id: '4711' });
Sentry.setContext('application_area', { location: 'checkout' });

// Add a breadcrumb for future events
Sentry.addBreadcrumb({
message: '"Add to cart" clicked',
// ...
});

// Capture exceptions or messages
Sentry.captureException(new Error('Oh no.'));
Sentry.captureMessage('Hello, world!');
```

## Links

<!-- - [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/tanstackstart-react/) -->

- [Sentry.io](https://sentry.io/?utm_source=github&utm_medium=npm_tanstackstartreact)
- [Sentry Discord Server](https://discord.gg/Ww9hbqr)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/sentry)
86 changes: 86 additions & 0 deletions packages/tanstackstart-solid/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"name": "@sentry/tanstackstart-solid",
"version": "9.10.1",
"description": "Official Sentry SDK for TanStack Start Solid",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tanstackstart-solid",
"author": "Sentry",
"license": "MIT",
"engines": {
"node": ">=18"
},
"main": "build/cjs/index.server.js",
"module": "build/esm/index.server.js",
"types": "build/types/index.types.d.ts",
"files": [
"/build"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./build/types/index.types.d.ts",
"browser": {
"import": "./build/esm/index.client.js",
"require": "./build/cjs/index.client.js"
},
"node": {
"import": "./build/esm/index.server.js",
"require": "./build/cjs/index.server.js"
}
},
"./import": {
"import": {
"default": "./build/import-hook.mjs"
}
},
"./loader": {
"import": {
"default": "./build/loader-hook.mjs"
}
}
},
"typesVersions": {
"<5.0": {
"build/npm/types/index.d.ts": [
"build/npm/types-ts3.8/index.d.ts"
]
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/semantic-conventions": "^1.30.0",
"@sentry-internal/browser-utils": "9.10.1",
"@sentry/core": "9.10.1",
"@sentry/node": "9.10.1",
"@sentry/opentelemetry": "9.10.1",
"@sentry/solid": "9.10.1"
},
"scripts": {
"build": "run-p build:transpile build:types",
"build:dev": "yarn build",
"build:transpile": "rollup -c rollup.npm.config.mjs",
"build:types": "run-s build:types:core build:types:downlevel",
"build:types:core": "tsc -p tsconfig.types.json",
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8",
"build:watch": "run-p build:transpile:watch build:types:watch",
"build:dev:watch": "yarn build:watch",
"build:transpile:watch": "nodemon --ext ts --watch src scripts/buildRollup.ts",
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"build:tarball": "npm pack",
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
"clean": "rimraf build coverage sentry-tanstackstart-solid-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
},
"volta": {
"extends": "../../package.json"
},
"sideEffects": false
}
10 changes: 10 additions & 0 deletions packages/tanstackstart-solid/rollup.npm.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { makeBaseNPMConfig, makeNPMConfigVariants, makeOtelLoaders } from '@sentry-internal/rollup-utils';

export default [
...makeNPMConfigVariants(
makeBaseNPMConfig({
entrypoints: ['src/index.server.ts', 'src/index.client.ts', 'src/client/index.ts', 'src/server/index.ts'],
}),
),
...makeOtelLoaders('./build', 'sentry-node'),
];
1 change: 1 addition & 0 deletions packages/tanstackstart-solid/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@sentry/solid';
23 changes: 23 additions & 0 deletions packages/tanstackstart-solid/src/common/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* A middleware handler that can be passed to TanStack Start's `createMiddleware().server(...)` method as [global middleware](https://tanstack.com/start/latest/docs/framework/react/middleware#global-middleware) for instrumenting server functions.
*/
export function sentryGlobalServerMiddlewareHandler() {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
return function <T>(server: { next: (...args: any[]) => T }): T {
return server.next();
};
}

/**
* Wraps a TanStack Start stream handler with Sentry instrumentation that can be passed to `createStartHandler(...)`.
*/
export function wrapStreamHandlerWithSentry<H>(handler: H): H {
return handler;
}

/**
* Wraps the create root route function with Sentry for server-client tracing with SSR.
*/
export function wrapCreateRootRouteWithSentry<F>(createRootRoute: F): F {
return createRootRoute;
}
16 changes: 16 additions & 0 deletions packages/tanstackstart-solid/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Wraps a TanStack Start config.
*/
export function wrapVinxiConfigWithSentry<C>(
config: C,
// TODO: Expand this type in the future. Right now it is just so that TS doesn't complain for our users when they copy paste from the docs.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
sentryBuildOptions: {
org?: string;
project?: string;
silent?: boolean;
authToken?: boolean;
} = {},
): C {
return config;
}
2 changes: 2 additions & 0 deletions packages/tanstackstart-solid/src/index.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './client';
export * from './common';
3 changes: 3 additions & 0 deletions packages/tanstackstart-solid/src/index.server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './config';
export * from './server';
export * from './common';
29 changes: 29 additions & 0 deletions packages/tanstackstart-solid/src/index.types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// We export everything from both the client part of the SDK and from the server part. Some of the exports collide,
// which is not allowed, unless we redefine the colliding exports in this file - which we do below.
export * from './config';
export * from './client';
export * from './server';
export * from './common';

import type { Client, Integration, Options, StackParser } from '@sentry/core';

import type * as clientSdk from './client';
import type * as serverSdk from './server';

/** Initializes Sentry TanStack Start SDK */
export declare function init(options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions): Client | undefined;

export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;

export declare const getDefaultIntegrations: (options: Options) => Integration[];
export declare const defaultStackParser: StackParser;

export declare function getSentryRelease(fallback?: string): string | undefined;

export declare const ErrorBoundary: typeof clientSdk.ErrorBoundary;
export declare const createReduxEnhancer: typeof clientSdk.createReduxEnhancer;
export declare const showReportDialog: typeof clientSdk.showReportDialog;
export declare const withErrorBoundary: typeof clientSdk.withErrorBoundary;

export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
41 changes: 41 additions & 0 deletions packages/tanstackstart-solid/src/server/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
export * from '@sentry/node';

import type { Component, JSX } from 'solid-js';

/**
* A passthrough error boundary for the server that doesn't depend on any react. Error boundaries don't catch SSR errors
* so they should simply be a passthrough.
*/
export const ErrorBoundary = (props: { children?: JSX.Element | (() => JSX.Element) }): JSX.Element => {
if (!props.children) {
return null;
}

if (typeof props.children === 'function') {
return props.children();
}

return props.children;
};

/**
* A passthrough store enhancer for the server that doesn't depend on anything from the `@sentry/react` package.
*/
export function createStoreEnhancer() {
return (createStore: unknown) => createStore;
}

/**
* A passthrough error boundary wrapper for the server that doesn't depend on any react. Error boundaries don't catch
* SSR errors so they should simply be a passthrough.
*/
export function withErrorBoundary<P extends Record<string, unknown>>(WrappedComponent: Component<P>): Component<P> {
return WrappedComponent;
}

/**
* Just a passthrough since we're on the server and showing the report dialog on the server doesn't make any sense.
*/
export function showReportDialog(): void {
return;
}
7 changes: 7 additions & 0 deletions packages/tanstackstart-solid/test/temp.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, it, expect } from 'vitest';

describe('Basic test suite', () => {
it('should pass', () => {
expect(true).toBe(true);
});
});
3 changes: 3 additions & 0 deletions packages/tanstackstart-solid/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.test.json"
}
8 changes: 8 additions & 0 deletions packages/tanstackstart-solid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"lib": ["es2018", "es2020.string"],
"module": "Node16"
}
}
8 changes: 8 additions & 0 deletions packages/tanstackstart-solid/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"include": ["test/**/*", "vite.config.ts"],
"compilerOptions": {
"types": ["node"],
"lib": ["DOM", "ESNext"]
}
}
9 changes: 9 additions & 0 deletions packages/tanstackstart-solid/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "build/types"
}
}
Loading