1.1.1 • Published 5 months ago

elysiajs-sentry v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

elysiajs-sentry

Sentry plugin for Elysia server.

This plugin has NOT been tested on the Node runtime.

Capture Issues

Capture Traces

Quickstart

  1. Create your Sentry project.
  2. Assign environment variables (optional).

    A. Assign your DSN (from step 1) to SENTRY_DSN.

    B. Assign your environment name (recommend 'development' | 'staging' | 'production') to SENTRY_ENVIRONMENT.

  3. Import and use the plugin.

import { sentry } from 'elysiajs-sentry';
import { Elysia } from 'elysia';

const app = new Elysia()
  .use(sentry())
  .listen(3000);
1.1.1

5 months ago

1.1.0

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago