Releases: instana/go-sensor
Releases · instana/go-sensor
v1.7.1
This patch release includes the following fixes & improvements:
- Added
(*instana.Sensor).Tracer()
method to provide access to the underlying tracer outside of thegithub.com/instana/go-sensor
package.
v1.7.0
This minor release includes the following fixes & improvements:
- Added
instana.SpanFromContext()
andinstana.ContextWithSpan()
to pass parent spans insidecontext.Context
github.com/felixge/httpsnoop
is not a dependency anymore
v1.6.0
This minor release includes the following fixes & improvements:
go-sensor
is capable of sending continuous profiles with Instana’s AutoProfile. This functionality is opt-in, to enable profiling addEnableAutoProfile: true
to your sensor initialization options.instana.EumSnippet()
is deprecated and will be removed soon. The generated JS code is outdated and it is advised to follow the official guide on how to install the EUM snippet for your website.
Please note that starting from this version the officiall support of go1.7 has been dropped. Users still running this version in production should consider an upgrade or use proposed workaround.
v1.5.1
v1.5.0
v1.4.17
v1.4.16
This patch release includes the following fixes & improvements:
- adapters: remove never taken branch #68 (Thanks @mmlb!)
- goimports cleanup #67 (Thanks @mmlb!)
- Update tests, docs and examples to use new repo name #66
Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.16
Glide (glide.yaml
)
import:
- package: github.com/instana/go-sensor
version: ^v1.4.16
v1.4.15
v1.4.14
v1.4.13
This patch release includes the following fixes & improvements:
- Span Kind cleanup and improvements #62
- Change version tagging schema to support Go modules
Fetch via govendor:
govendor fetch github.com/instana/go-sensor@v1.4.13
Glide (glide.yaml
)
import:
- package: github.com/instana/go-sensor
version: ^v1.4.13