Skip to content

Commit

Permalink
TEST: add trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 10, 2024
1 parent 4bd7ecd commit 751a6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const MoreSpans: SpanDef[] = [
test('Upgrade Spans', async () => {
let metrics = new CustomMetrics({client, table, log: true})
let timestamp = new Date(2000, 0, 1).getTime()
console.log("TS", timestamp)

let metric
for (let i = 0; i < 140; i++) {
Expand Down

0 comments on commit 751a6ac

Please sign in to comment.