Can't properly use custom Provider #3800
Unanswered
matiasgarcia
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to plug-in DataDog, so I did the following:
DataDogProvider.ts
.adonisrc.json
dataDogAdonis.d.ts
Middleware DataDogTrace.ts
The error is in the line
return await DataDogTracer.trace('web.request', async (span) => {
sinceDataDogTracer
is undefined. What should I do?Beta Was this translation helpful? Give feedback.
All reactions