Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Mar 10, 2020
1 parent 4499568 commit e1a4da6
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 354 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
coverage
dist
docs
generated_proto
out
node_modules
testing
versions
2 changes: 2 additions & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ require,shimmer,BSD-2-Clause,Copyright Forrest L Norvell
require,tar,ISC,Copyright Isaac Z. Schlueter and Contributors
require,url-parse,MIT,Copyright 2015 Unshift.io Arnout Kazemier the Contributors
require,whatwg-fetch,MIT,Copyright 2014-2016 GitHub Inc.
require,google-protobuf,BSD-3-Clause,Google Protocol Buffers Team
require,systeminformation,MIT,Copyright (c) 2014-2020 Sebastian Hildebrandt
dev,@babel/core,MIT,Copyright 2014-present Sebastian McKenzie and other contributors
dev,@babel/preset-env,MIT,Copyright 2014-present Sebastian McKenzie and other contributors
dev,axios,MIT,Copyright 2014-present Matt Zabriskie
Expand Down
2 changes: 1 addition & 1 deletion packages/dd-trace/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Config {
'debug'
)

this.reportingInterval = options.reportingInterval || 30 * 1000; // seconds
this.reportingInterval = options.reportingInterval || 30 * 1000 // seconds

if (this.experimental.runtimeId) {
tagger.add(tags, {
Expand Down
Loading

0 comments on commit e1a4da6

Please sign in to comment.