Skip to content

feat(node-core): Add node-core/light #19157

Description

@github-actions

Note

The pull request "feat(node-core): Add node-core/light" was created by @andreiborza but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.

This PR adds a lightweight version of the node-core SDK that doesn't include nor requires OpenTelemetry dependencies. It provides a basic error-tracking SDK with support for request isolation via AsyncLocalStorage and basic tracing abilities
via our Sentry.startSpan* apis.

Request isolation requires Node 22.12.0+. On lower Node versions, manual wrapping via Sentry.withIsolationScope is necessary to isolate requests.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions