File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/instrumentation-long-task Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
17+ // PerformanceLongTaskTiming is experimental and may change in future versions.
18+ // https://developer.mozilla.org/en-US/docs/Web/API/PerformanceLongTaskTiming
19+ /* eslint-disable baseline-js/use-baseline */
20+
1621import { hrTime } from '@opentelemetry/core' ;
1722import { diag } from '@opentelemetry/api' ;
1823import { InstrumentationBase } from '@opentelemetry/instrumentation' ;
Original file line number Diff line number Diff line change 1616import * as tracing from '@opentelemetry/sdk-trace-base' ;
1717
1818export class DummySpanExporter implements tracing . SpanExporter {
19- export ( spans : tracing . ReadableSpan [ ] ) { }
19+ export ( _spans : tracing . ReadableSpan [ ] ) { }
2020
2121 shutdown ( ) {
2222 return Promise . resolve ( ) ;
You can’t perform that action at this time.
0 commit comments