rochdev/datadog-tracer-js

View on GitHub
src/span.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor (tracer, fields) {
    super()

    const startTime = fields.startTime || platform.now()
    const operationName = fields.operationName
Severity: Minor
Found in src/span.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status