nest-raven | Sentry Module for Nest.js Framework | Monitoring library
kandi X-RAY | nest-raven Summary
kandi X-RAY | nest-raven Summary
This's a @sentry/minimal module for Nest.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nest-raven
nest-raven Key Features
nest-raven Examples and Code Snippets
Community Discussions
Trending Discussions on nest-raven
QUESTION
Versions
apollo-server-errors: 3.2.0
graphql: 15.6.1/ 15.7.0
nestjs-cli: 8.1.2
npm: 6.14.15
Typescript: 4.4.4
Error:
...ANSWER
Answered 2021-Oct-31 at 01:23Apparently, the type of GraphQLError.originalError
was changed at some point from originalError?: Maybe
to Error | undefined
. Downgrading to graphql 15.3.0 solved this for me.
QUESTION
I've created a small NestJS project recently which I attempting to integrate Sentry into. I have followed the instructions on the Nest-Raven package readme, along with the instructions provided by Sentry for TypeScript integration.
Unfortunately I cannot seem to get Sentry to display the TypeScript sourcemaps, only the regular JS ones, as you can see here:
I have Sentry initialised in main.ts
as per the instructions
ANSWER
Answered 2020-Aug-27 at 20:12You can make Nest use the webpack
compiler with nest build --webpack
as described here. It looks like Sentry also has documentation on how to get source map support using typescript without webpack so that may be worth checking out too.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nest-raven
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page