Skip to content

Commit 58565ee

Browse files
committed
remove experimental flag from prisma plugin
1 parent 2fae310 commit 58565ee

File tree

1 file changed

+0
-1
lines changed
  • packages/datadog-plugin-prisma/src

1 file changed

+0
-1
lines changed

packages/datadog-plugin-prisma/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const PrismaClientPlugin = require('./client')
66
const PrismaEnginePlugin = require('./engine')
77

88
class PrismaPlugin extends CompositePlugin {
9-
static experimental = true
109
static get id () { return 'prisma' }
1110
static get plugins () {
1211
return {

0 commit comments

Comments
 (0)