Mateusz Rzeszutek
|
fe4d95a689
|
Refactor BaseTracer#onError() method (and unwrapThrowable()) (#2513)
* Refactor BaseTracer#onError() method (and unwrapThrowable())
Also remove the deprecated BaseTracer(Tracer) constructor.
* Update BaseTracer javadoc
* fix tests
* Code review comments
|
2021-03-08 15:08:26 +02:00 |
Mateusz Rzeszutek
|
04d6fb67ff
|
Move SERVER and CLIENT span context keys out of BaseTracer (#2468)
* Move SERVER and CLIENT span context keys out of BaseTracer
Inspired by https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1726#issuecomment-731890267
* Rename context keys
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-03-03 16:12:42 +01:00 |
Mateusz Rzeszutek
|
e87cf37f63
|
Remove some deprecated BaseTracer#end(Span) usages (part 1) (#2401)
|
2021-02-25 11:35:37 +01:00 |
Lauri Tulmin
|
9825ab0afa
|
Instrument jsf action calls (#2018)
|
2021-01-19 21:34:41 -08:00 |