opentracing / opentracing-javascript

OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.09k stars 108 forks source link

trace should expose close function #146

Open wzhai-hub opened 4 years ago

wzhai-hub commented 4 years ago

==== JS stack trace =========================================

0: ExitFrame [pc: 0x55f7a153eef9]

Security context: 0x26f2f4a808a1 1: / anonymous / [0x225ce0ec43c1] ..........client/dist/src/reporters/remote_reporter.js:~66] [pc=0x530c1d0d7cc](this=0x225ce0ec9b01 ) 2: listOnTimeout(aka listOnTimeout) [0x1089c7033d69] [internal/timers.js:~480] [pc=0x530c210d12d](this=0x0f1cd8bc04a9 ,...

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

How can I push code?

yurishkuro commented 4 years ago

API changes like adding new methods must be done at Specification level first.