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

feat(solidstart): Add solidstart SDK basic package #12730

Merged
merged 15 commits into from
Jul 2, 2024

Conversation

andreiborza
Copy link
Member

@andreiborza andreiborza commented Jul 2, 2024

CleanShot 2024-07-02 at 14 18 23

CleanShot 2024-07-02 at 14 20 55

Closes: #12545, #12546

@andreiborza andreiborza added the Package: solidstart Issues related to the Sentry SolidStart SDK label Jul 2, 2024
@andreiborza andreiborza mentioned this pull request Jul 2, 2024
Copy link
Member

@mydea mydea left a comment

Choose a reason for hiding this comment

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

sweet!

@@ -78,7 +78,7 @@
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch",
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"build:tarball": "npm pack",
"circularDepCheck": "madge --circular src/index.ts",
"circularDepCheck": "madge --circular src/index.ts && madge --circular src/solidrouter.ts",
Copy link
Member

Choose a reason for hiding this comment

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

ah, good catch! 👍

Comment on lines +21 to +27
export declare const getClient: typeof clientSdk.getClient;

export declare function close(timeout?: number | undefined): PromiseLike<boolean>;
export declare function flush(timeout?: number | undefined): PromiseLike<boolean>;
export declare function lastEventId(): string | undefined;

export declare const continueTrace: typeof clientSdk.continueTrace;
Copy link
Member

Choose a reason for hiding this comment

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

do all of these still differ, actually? (put differently, does it not work without these being defined?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, still an issue.
CleanShot 2024-07-02 at 16 42 40@2x

@andreiborza andreiborza merged commit 8c655e4 into develop Jul 2, 2024
114 checks passed
@andreiborza andreiborza deleted the ab/solidstart-package branch July 2, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: solidstart Issues related to the Sentry SolidStart SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add solidstart SDK package
3 participants