issues Search Results · repo:mdasmendel/nestjs-newrelic language:TypeScript
Filter by
2 results
(63 ms)2 results
inmdasmendel/nestjs-newrelic (press backspace or delete to remove)r.e.
As NestJS is not allowing you to use some sort of ConfigService there you need to add to your repository dotenv package or something similar to pass configuration.
here s how I get my config:
async ...
ziazon
- Opened on Nov 3, 2021
- #2
I added the following interceptors in my nextJs main app
app.useGlobalInterceptors(
app.get(ApmErrorInterceptor),
app.get(ApmHttpInterceptor),
);
along with APM module
I am getting the following ...
mek97
- Opened on Aug 19, 2021
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.