Report a crash to Dynatrace. If the stacktrace is longer than 128.000 characters, it is truncated according to the last line break. If the message is longer than 1000 characters, it is truncated to this value.
The name of the crash.
Why the crash occurred.
The stacktrace of the crash.
Send a Business Event
With sendBizEvent, you can report a business event. These standalone events are being sent detached from user actions or sessions.
Note: The 'dt' key, as well as all 'dt.' prefixed keys are considered reserved by Dynatrace and will be stripped from the passed in attributes.
Note: Business events are only supported on Dynatrace SaaS deployments currently.
Mandatory event type
Must be a valid JSON object and cannot contain functions, undefined, Infinity, or NaN as values, otherwise they will be removed. Attributes need to be serializable using JSON.stringify. The resulting event will be populated with the 'attributes'-parameter and enriched with additional properties. Therefore, even empty objects are valid.
Allows tracing and timing of a web request handled by any HTTP Client
(e.g. XmlHttpRequest, fetch, 'http'-module, ...).
In this case the Dynatrace HTTP header (webRequestTagHeader) has to be set manually to the tag value of this
WebRequestTracer.
If the web request is continued on a server-side Agent (e.g. Java, .NET, ...) this Session will be correlated to
the resulting server-side PurePath.
a WebRequestTracer which allows getting the tag value and adding timing information
the URL of the web request to be tagged and timed
Generated using TypeDoc
Session public interface