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

Source
npmnpm
Version
0.1.5
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

Stable npm release:

npm install @debugbundle/sdk-node

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 standalone debugbundle/debugbundle-js repository.
  • Depends on the core-owned published @debugbundle/shared-types and @debugbundle/redaction packages.

FAQs

Package last updated on 14 May 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