You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from HTTP and gRPC, which set outcome based on
the status code, set the default outcome to "success"
by default, or "failure" if any errors were captured
within the transaction or span.
- module/apmprometheus: add support for mapping prometheus histograms. {pull}1145[#(1145)]
31
31
- Fixed a bug where errors in cloud metadata discovery could lead to the process aborting during initialisation {pull}1158[#(1158)]
32
32
- Fixed a data race related to HTTP request header sanitisation {pull}1159[#(1159)]
33
+
- `apm.CaptureError`, `apm.Error.SetTransaction`, and `apm.Error.SetSpan` will now set the associated transaction or span's default outcome to "failure" {pull}1160[#(1160)]
0 commit comments