Skip to content

Commit

Permalink
fix tracer init
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Jan 3, 2024
1 parent 6c2cecb commit 559ea58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/bsky/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dd.tracer.startSpan = function (name, options) {
}

dd.tracer
.init()
.use('http2', {
client: true, // calls into dataplane
server: false,
Expand Down

0 comments on commit 559ea58

Please sign in to comment.