Skip to content

Commit

Permalink
add crypto-randomuuid back for Cypress :/
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored May 23, 2024
1 parent 9983fd8 commit 0ffa269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/appsec/remote_config/manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const { URL, format } = require('url')
const { randomUUID: uuid } = require('crypto')
const uuid = require('crypto-randomuuid')
const { EventEmitter } = require('events')
const tracerVersion = require('../../../../../package.json').version
const request = require('../../exporters/common/request')
Expand Down

0 comments on commit 0ffa269

Please sign in to comment.