-
Notifications
You must be signed in to change notification settings - Fork 4k
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
base: next
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
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, |
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.
@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
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.
Never mind, I just checked EE PR. The confusion is now resolved.
f5ea0d6
to
0769b2f
Compare
0769b2f
to
3d54da4
Compare
@novu/client
@novu/headless
@novu/node
@novu/notification-center
novu
@novu/providers
@novu/shared
commit: |
3f71eb3
to
c451c24
Compare
c451c24
to
b752703
Compare
Allow us to correlate logs to customers faster.
Bump Pino and fix duplicate "user" keys in the final JSON Log entry.
b752703
to
6f81260
Compare
What changed? Why was the change needed?