File tree Expand file tree Collapse file tree 4 files changed +237
-107
lines changed
Expand file tree Collapse file tree 4 files changed +237
-107
lines changed Original file line number Diff line number Diff line change 1- import { defineConfig } from '@monocle-app/ agent'
1+ import { defineConfig } from '@monocle.sh/adonisjs- agent'
22import env from '#start/env'
33
44export default defineConfig ( {
@@ -7,4 +7,4 @@ export default defineConfig({
77 serviceName : env . get ( 'APP_NAME' ) ,
88 serviceVersion : env . get ( 'APP_VERSION' ) ,
99 environment : env . get ( 'APP_ENV' ) ,
10- } )
10+ } )
Original file line number Diff line number Diff line change 44 * IMPORTANT: This file must be imported FIRST in bin/server.ts
55 * for auto-instrumentation to work correctly.
66 */
7- import { init } from '@monocle-app/ agent/init'
7+ import { init } from '@monocle.sh/adonisjs- agent/init'
88
9- await init ( import . meta. dirname )
9+ await init ( import . meta. dirname )
Original file line number Diff line number Diff line change 5050 "@holoyan/adonisjs-permissions" : " ^1.3.1" ,
5151 "@holoyan/morph-map-js" : " ^0.1.1" ,
5252 "@jrmc/adonis-attachment" : " ^5.0.1" ,
53- "@monocle-app/ agent" : " 1.0.0-beta.3 " ,
53+ "@monocle.sh/adonisjs- agent" : " 1.0.0-beta.9 " ,
5454 "@react-email/components" : " ^0.5.7" ,
5555 "@react-email/render" : " ^1.4.0" ,
5656 "@tuyau/core" : " ^0.4.2" ,
You can’t perform that action at this time.
0 commit comments