Skip to content

Commit

Permalink
Merge 7a095c5 into c0fe164
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Jul 11, 2022
2 parents c0fe164 + 7a095c5 commit cb2c47c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,7 @@
<a href="https://sentry.io" target="_blank"><img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="380"></a>
</p>

<p align="center">Sentry Raven Module for Nest framework</p>
<p align="center">Sentry Module for Nest framework</p>

<p align="center">
<a href="https://www.npmjs.com/package/nest-raven"><img src="https://img.shields.io/npm/v/nest-raven.svg" alt="NPM Version" /></a>
Expand All @@ -15,7 +15,9 @@

## Description

This's a [@sentry/minimal](https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal) module for [Nest](https://github.com/nestjs/nest).
This is a [sentry](https://sentry.io/) module for [Nest](https://github.com/nestjs/nest).

This package is no longer based on deprecated raven module, but rather on new stable [@sentry/node](https://www.npmjs.com/package/@sentry/node) module.

## Installation

Expand All @@ -27,7 +29,7 @@ $ npm i --save nest-raven

### Include Module

For Module to work you need to [setup Sentry SDK yourself](https://docs.sentry.io/error-reporting/quickstart/?platform=node),
For Module to work you need to [setup Sentry SDK yourself](https://docs.sentry.io/platforms/node/),
this should be done in your `main.ts` file where you initialize the NestJS application.

> app.module.ts
Expand Down

0 comments on commit cb2c47c

Please sign in to comment.