-
Notifications
You must be signed in to change notification settings - Fork 343
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
Add OTEL to taxes app #1164
Add OTEL to taxes app #1164
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
9 Ignored Deployments
|
🦋 Changeset detectedLatest commit: 128c24c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@saleor/delivery-engineering-js fyi |
apps/taxes/.env.example
Outdated
APP_API_BASE_URL=_PATTERN= |
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.
is everything okay with this var?
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.
good catch
argumentsArrayName: "payload", | ||
minLevel: parseInt(process.env.NEW_APP_LOG_LEVEL ?? "3", 10), | ||
}); | ||
logger.settings.maskValuesOfKeys = ["metadata", "username", "password", "apiKey"]; |
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.
question: If this logger is imported from a shared package, won't that cause interference that we change a global value?
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.
each app is built separately so this code is never executed for other apps
Scope of the PR
Related issues
Checklist