Approaches to Sentry.io integration for capturing and surfacing errors #203
horatiorosa
started this conversation in
Ideas
Replies: 1 comment
-
@horatiorosa Great job on this write up! Let's go ahead with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NESTJS-SENTRY
Pull Request
nestjs-sentry implementation
Repo Stats:
Description:
@ntegral/nestjs-sentry implements a module, SentryModule, which when imported into your nestjs project provides a Sentry.io client to any class that injects it. This lets Sentry.io be worked into your dependency injection workflow without having to do any extra work outside of the initial setup.
Setup:
Review:
Pros:
Cons:
NEST-RAVEN
Pull Request
nest-racen implementation
Repo Stats:
Description:
This is a sentry module for Nest.
This is not a solution for all cases and large applications, just a quick starter that covers the common rest/graphql capturing (the basics). You might want deeper integration with Sentry, which means you can still use this to cover the rest/graphql error capture, but you will have to use the rest of Sentry SDK to cover other cases.
For really large projects, you might have to take this library as an example of how to integrate sentry with NestJS, and write your custom integration instead.
Setup:
Review:
Pros:
Cons:
For Further Discussion:
How do we want to control the level of transaction sampling?
Beta Was this translation helpful? Give feedback.
All reactions