-
Notifications
You must be signed in to change notification settings - Fork 65
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: added datadog logging adapter #684
Conversation
…dullahwaheed/datadog-testing
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.
See my inline questions
.env.development
Outdated
SUPPORT_URL=https://support.edx.org | ||
DATADOG_ENABLED=false |
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.
Could you please keep this list alphabetized? So, insert this line into line 8?
@@ -35,8 +35,8 @@ | |||
"devDependencies": { | |||
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", | |||
"@edx/browserslist-config": "1.2.0", | |||
"@openedx/frontend-build": "14.0.3", | |||
"@openedx/paragon": "22.3.1", | |||
"@openedx/frontend-build": "github:openedx/frontend-build#abdullahwaheed/datadog-logging", |
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.
Are you planning to merge this change to master? Or just use this branch on an MFE for testing first?
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.
no, we'll first merge it in alpha to test it
@abdullahwaheed Is it OK to close this PR at this point? |
yes, this was testing PR. closing it now |
Description:
Describe what this pull request changes, and why. Include implications for people using this change.
Merge checklist:
frontend-platform
. This can be done by runningnpm start
and opening http://localhost:8080.module.config.js
file infrontend-build
.fix
,feat
) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.Post merge: