We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fae310 commit 58565eeCopy full SHA for 58565ee
packages/datadog-plugin-prisma/src/index.js
@@ -6,7 +6,6 @@ const PrismaClientPlugin = require('./client')
6
const PrismaEnginePlugin = require('./engine')
7
8
class PrismaPlugin extends CompositePlugin {
9
- static experimental = true
10
static get id () { return 'prisma' }
11
static get plugins () {
12
return {
0 commit comments