Sign In

@debugbundle/sdk-node

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debugbundle/sdk-node

Node.js SDK for DebugBundle

next
Source
npmnpm
Version
0.1.0-next.1
Version published
Weekly downloads
49
-14.04%
Maintainers
1
Weekly downloads
 
Created
Source

@debugbundle/sdk-node

Node.js SDK for DebugBundle.

Use this package to capture backend exceptions, request metadata, logs, and probe data from Node.js services. It also ships the browser relay handlers through subpath exports.

Install

Current prerelease channel:

npm install @debugbundle/sdk-node@next

Example

import { debugbundle } from "@debugbundle/sdk-node";

debugbundle.init({
  projectToken: "dbundle_proj_example",
  endpoint: "https://api.debugbundle.com/v1/events",
  service: "example-api",
  environment: "production",
  framework: "fastify"
});

debugbundle.captureExceptions();
debugbundle.captureRejections();

Relay Exports

  • @debugbundle/sdk-node/relay
  • @debugbundle/sdk-node/relay/express
  • @debugbundle/sdk-node/relay/fastify
  • @debugbundle/sdk-node/relay/nextjs

Notes

  • Published from the DebugBundle prerelease workflow under the next dist-tag.
  • Source lives in the DebugBundle workspace during pre-production.

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts