-
I was trying to implement stripe payment in my application. At first, I had a raw body problem, which I fixed according to documentation. Secondly, I had a problem with stripe-cli not being able to se…
-
If you instantiate a Logger from nestjs/common inside the @Console annotated class, and you call it for log stuff, it doesn't work
-
I found that I cannot add elements to a list using lpush when using this component in the Nestjs project.
我在nestjs项目中使用该组件时发现无法使用 lpush向列表中添加元素。
I implemented a message queue using a list in Nestjs
…
-
There's code out there that checks whether stdout is a tty by doing an instanceof check, e.g. in angular: https://github.com/angular/angular-cli/blob/d66aaa3ca458e05b535bec7c1dcb98b0e9c5202e/packages/…
-
### Expecting Behaviors
I want to configure `OpenTelemetryModule` with `forRootAsync({ useClass: ... })` method by utilizing `nestjs/config`.
But, it seems that `nestjs-otel` package is not export…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The dependencies do not get injected for the following code:
```
@UseFilters(new Ws…
-
I get the following dependency error:
`Error: Nest can't resolve dependencies of the UserService (?). Please make sure that the argument "UserRepository" at index [0] is available in the AppModule co…
-
## Summary
We need to add support for nestjs pino-logger (https://github.com/iamolegga/nestjs-pino)
## Desired Behavior
[NOTE]: # ( Tell us how the new feature should work. Be specific. )
[TIP…
-
### Overview
We currently don't log request IDs or session IDs in our logs. These would be hugely helpful with debugging. Every time we call logger.log or logger.error, the output should be decorate…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…