From 1cd8e2672ab6b6ab9993be0bd810c8f095f0165c Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Thu, 7 Jul 2022 15:07:05 +0200 Subject: [PATCH 1/2] docs(readme): remove mention of sentry minimal Sentry minimal was removed and is not in use anymore. Fixes https://github.com/mentos1386/nest-raven/issues/281 by removing mentions of raven. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b037fa01..f6b89e2b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-

Sentry Raven Module for Nest framework

+

Sentry Module for Nest framework

NPM Version @@ -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 From 7a095c5002644f6e26a98e031713bc5501bdea00 Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Thu, 7 Jul 2022 15:10:56 +0200 Subject: [PATCH 2/2] docs(readme): fix link to setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b89e2b..67e1989a 100644 --- a/README.md +++ b/README.md @@ -29,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