Skip to content

Commit

Permalink
fix: Fixes way OpenTelemetry setup template uses project-config for p…
Browse files Browse the repository at this point in the history
…ort setting (#9775)
  • Loading branch information
dthyresson authored and Tobbe committed Jan 1, 2024
1 parent 35001c3 commit ee6c711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const {
} = require('@opentelemetry/semantic-conventions')
const { PrismaInstrumentation } = require ('@prisma/instrumentation')

const { getConfig } from '@redwoodjs/project-config'
const { getConfig } = require('@redwoodjs/project-config')

// You may wish to set this to DiagLogLevel.DEBUG when you need to debug opentelemetry itself
diag.setLogger(new DiagConsoleLogger(), DiagLogLevel.INFO)
Expand Down

0 comments on commit ee6c711

Please sign in to comment.