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: added datadog logging adapter #684

Closed
wants to merge 3 commits into from

Conversation

abdullahwaheed
Copy link
Contributor

Description:

Describe what this pull request changes, and why. Include implications for people using this change.

Merge checklist:

  • Consider running your code modifications in the included example app within frontend-platform. This can be done by running npm start and opening http://localhost:8080.
  • Consider testing your code modifications in another local micro-frontend using local aliases configured via the module.config.js file in frontend-build.
  • Verify your commit title/body conforms to the conventional commits format (e.g., fix, feat) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.

Post merge:

  • After the build finishes for the merged commit, verify the new release has been pushed to NPM.

Copy link

@schenedx schenedx left a 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
Copy link

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",
Copy link

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?

Copy link
Contributor Author

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 abdullahwaheed changed the title Abdullahwaheed/datadog testing feat: added datadog logging adapter May 2, 2024
@adamstankiewicz
Copy link
Member

@abdullahwaheed Is it OK to close this PR at this point?

@abdullahwaheed
Copy link
Contributor Author

yes, this was testing PR. closing it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants