-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add sentry recipe #3175
base: master
Are you sure you want to change the base?
feat: add sentry recipe #3175
Conversation
Create a Sentry Recipe [referencing](https://github.com/nestjs/docs.nestjs.com/pull/2572/files#diff-108a454d0f02798009b919d09dbc1afdfbeecdd748122f4426a7512b4b8e7488)
fix some snippets and text, stick with CJS, and link to Sentry to cover ESM related topics
@smeubank we also need to add either |
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
ESM information is in Sentry docs, should someone need it.
hi @kamilmysliwiec 👋 I am working with SDKs at Sentry. We added a dedicated NestJS SDK last year, and it's been goin strong! 📈 Thought it would be nice to get recipe in on the NestJS docs. What do you think? |
I'll give it a review shortly. Thank you :) |
|
||
``` | ||
|
||
Afterward, add the `SentryModule` as a root module to your main module: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mini-suggestion as "afterwards" seems more common
Afterward, add the `SentryModule` as a root module to your main module: | |
Afterwards, add the `SentryModule` as a root module to your main module: |
Create a Sentry Recipe
referencing
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Adding a new recipe for using Sentry in NestJS
Does this PR introduce a breaking change?
Other information