Releases: tomtom-international/kotlin-tools
Releases · tomtom-international/kotlin-tools
1.3.0
Added context to Tracer.create to allow disambiguation of tracers, if there are multiple for the same class.
1.2.2
- Updated dependecies and copyright.
1.1.1
- Updated dependencies (except
mockk
as 1.10.2 will fail the test for
unclear reasons).
Added Uid class for Unique IDs
Added Uid
class for Unique IDs.
1.0.15
- Made
TraceEventConsumerCollection
a public class to be able to use it also for consuming streamed events.
1.0.13
- Bug fix: renamed "(internal)" method for use on Android.
1.0.12
-
Renamed annotations: @TraceOptions(includeExceptionStackTrace, includeTaggingClass, includeFileLocation, includeEventInterface)
-
Added ability to add tagging class to tracers.
1.0.11
- Removed restriction that tracers can only be created in a
companion object
.