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

[nodejs] Automated User Tracking and Blocking #3747

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

simon-id
Copy link
Member

@simon-id simon-id commented Dec 26, 2024

  • Add express-session to the weblog
  • Add a iast/exclusions.js file to backport exclusions for older versions of dd-trace-js
  • Enable Automated User Tracking and Blocking tests
  • Completely rewrite the auth file

@simon-id simon-id self-assigned this Dec 30, 2024
@simon-id simon-id changed the base branch from main to use_asm_data December 30, 2024 16:38
Base automatically changed from use_asm_data to main January 6, 2025 08:32
@simon-id simon-id changed the title Nodejs user tracking [nodejs] Automated User Tracking and Blocking Jan 26, 2025
manifests/nodejs.yml Outdated Show resolved Hide resolved
Comment on lines +547 to +550
'*': *ref_5_33_0
nextjs: missing_feature
Test_Automated_User_Tracking:
'*': *ref_5_33_0
Copy link
Member Author

Choose a reason for hiding this comment

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

double check version before merge

const semver = require('semver')
const version = require('dd-trace/package.json').version

if (semver.satisfies(version, '<5.33.0')) {
Copy link
Member Author

Choose a reason for hiding this comment

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

double check version before merge

const semver = require('semver')
const version = require('dd-trace/package.json').version

if (semver.satisfies(version, '<5.33.0')) {
Copy link
Member Author

Choose a reason for hiding this comment

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

double check version before merge

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.

1 participant