@dynatrace/dtrum-api-types 1.271.1 → 1.273.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dtrum.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
This package contains the Typescript type information for the Dtrum Api of the javascript agent.
|
|
3
3
|
|
|
4
4
|
Keep in mind that when the javascript agent is updated, this type package might not provide accurate types.
|
|
5
|
-
Version: 1.
|
|
5
|
+
Version: 1.273.1
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
> npm install --save-dev @dynatrace/dtrum-api-types
|
package/dtrum.d.ts
CHANGED
|
@@ -386,7 +386,6 @@ export interface DtrumApi {
|
|
|
386
386
|
* @see {@link setLoadEndManually}
|
|
387
387
|
* Notifies the RUM monitoring code to wait for an additional call of {@link signalOnLoadEnd}, before closing the 'onload' action.
|
|
388
388
|
* Note: Only when {@link signalOnLoadEnd} is called after, the load action will use the provided load end event correctly.
|
|
389
|
-
*
|
|
390
389
|
*/
|
|
391
390
|
incrementOnLoadEndMarkers(): void;
|
|
392
391
|
/**
|