Skip to content

Commit

Permalink
Enable tracing CF bindings by default (#245)
Browse files Browse the repository at this point in the history
* enable cf bindings by default

* v bump
  • Loading branch information
keturiosakys authored Sep 10, 2024
1 parent bd56798 commit e8fcabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client-library-otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fiberplane<[email protected]>",
"type": "module",
"main": "dist/index.js",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"dependencies": {
"@opentelemetry/api": "~1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/client-library-otel/src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ const defaultConfig = {
monitor: {
fetch: true,
logging: true,
// NOTE - We don't proxy Cloudflare bindings by default yet because it's still experimental, and we don't have fancy UI for it yet in the Studio
cfBindings: false,
cfBindings: true,
},
};

Expand Down

0 comments on commit e8fcabd

Please sign in to comment.