- SentryTrace - Class in ca.nexapp.tracing.sentry
-
- SentryTrace(context, message, startOfTrace) - Constructor for class ca.nexapp.tracing.sentry.SentryTrace
-
- SentryTracer - Class in ca.nexapp.tracing.sentry
-
- SentryTracer(clock, client) - Constructor for class ca.nexapp.tracing.sentry.SentryTracer
-
- setMetadata(key, value) - Method in class ca.nexapp.tracing.log4j.Log4JTrace
-
Overrides metadata in the trace
- setMetadata(key, value) - Method in class ca.nexapp.tracing.MultipleTrace
-
Overrides metadata in the trace
- setMetadata(key, value) - Method in class ca.nexapp.tracing.sentry.SentryTrace
-
Puts the field in breadcrumb data
- setMetadata(key, value) - Method in interface ca.nexapp.tracing.Trace
-
Overrides metadata in the trace
- setMetadata(key, value) - Method in class ca.nexapp.tracing.xray.XRayTrace
-
Puts metadata to XRay trace
- setTag(name, value) - Method in class ca.nexapp.tracing.log4j.Log4JTrace
-
Overrides tag in the trace
- setTag(name, value) - Method in class ca.nexapp.tracing.MultipleTrace
-
Overrides tag in the trace
- setTag(name, value) - Method in class ca.nexapp.tracing.sentry.SentryTrace
-
Puts the field in breadcrumb data
- setTag(name, value) - Method in interface ca.nexapp.tracing.Trace
-
Overrides tag in the trace
- setTag(name, value) - Method in class ca.nexapp.tracing.xray.XRayTrace
-
Puts annotation to XRay trace
- Settings - Class in ca.nexapp.tracing
-
- Settings(enableXRay, enableSentry) - Constructor for class ca.nexapp.tracing.Settings
-
- signalError(error) - Method in class ca.nexapp.tracing.log4j.Log4JTrace
-
Signals an exception has happened during the trace
- signalError(error) - Method in class ca.nexapp.tracing.MultipleTrace
-
Signals an exception has happened during the trace
- signalError(error) - Method in class ca.nexapp.tracing.sentry.SentryTrace
-
Changes the breadcrumb Level to ERROR
Puts a field "error" with exception in breadcrumb data
- signalError(error) - Method in interface ca.nexapp.tracing.Trace
-
Signals an exception has happened during the trace
- signalError(error) - Method in class ca.nexapp.tracing.xray.XRayTrace
-
Puts exception to XRay Trace
- suppressXRayException(exception) - Method in class ca.nexapp.tracing.xray.XRay
-