Skip to content
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(api-service): Log API Service level in NewRelic #7739

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

SokratisVidros
Copy link
Contributor

@SokratisVidros SokratisVidros commented Feb 17, 2025

What changed? Why was the change needed?

Screenshot 2025-02-25 at 19 50 31

Copy link

netlify bot commented Feb 17, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 6f81260
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/67c08b935c2ba20008801510
😎 Deploy Preview https://deploy-preview-7739.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 17, 2025

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit 6f81260
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/67c08b9359da6c00084b62fe
😎 Deploy Preview https://deploy-preview-7739.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -120,6 +121,7 @@ export function createNestLoggingModuleOptions(settings: ILoggerSettings): Param
userId: req?.user?._id || null,
environmentId: req?.user?.environmentId || null,
organizationId: req?.user?.organizationId || null,
apiServiceLevel: req?.user?.apiServiceLevel || null,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SokratisVidros as per my knowledge apiServiceLevel is on organization level. not on user level. a user can be member of two org one free and other business

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I just checked EE PR. The confusion is now resolved.

Copy link

pkg-pr-new bot commented Feb 25, 2025

Open in Stackblitz

@novu/client

npm i https://pkg.pr.new/novuhq/novu/@novu/client@7739

@novu/headless

npm i https://pkg.pr.new/novuhq/novu/@novu/headless@7739

@novu/node

npm i https://pkg.pr.new/novuhq/novu/@novu/node@7739

@novu/notification-center

npm i https://pkg.pr.new/novuhq/novu/@novu/notification-center@7739

novu

npm i https://pkg.pr.new/novuhq/novu@7739

@novu/providers

npm i https://pkg.pr.new/novuhq/novu/@novu/providers@7739

@novu/shared

npm i https://pkg.pr.new/novuhq/novu/@novu/shared@7739

commit: 6f81260

Allow us to correlate logs to customers faster.
Bump Pino and fix duplicate "user" keys in the final JSON Log entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants