Skip to content

Commit

Permalink
add spans to every interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Apr 9, 2024
1 parent 610ed90 commit 4d413c6
Show file tree
Hide file tree
Showing 9 changed files with 2,797 additions and 6,359 deletions.
2 changes: 2 additions & 0 deletions examples/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
import Dotenv from "dotenv"
import { Config, Effect, Layer, LogLevel, Logger } from "effect"
import * as NodeHttp from "@effect/platform-node/NodeHttpClient"
import * as DevTools from "@effect/experimental/DevTools"

Dotenv.config()

Expand Down Expand Up @@ -63,6 +64,7 @@ const MainLive = GreetLive.pipe(
}),
),
Layer.provide(Logger.logFmt),
Layer.provide(DevTools.layer()),
)

Layer.launch(MainLive).pipe(
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/experimental": "^0.14.12",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.48.27",
"@effect/platform-node": "^0.45.29",
Expand Down
Loading

0 comments on commit 4d413c6

Please sign in to comment.