@elastic/apm-rum-angular
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@0.2.1...@elastic/apm-rum-angular@0.3.0) (2019-11-19) | ||
**Note:** Version bump only for package @elastic/apm-rum-angular | ||
## [0.2.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@0.2.0...@elastic/apm-rum-angular@0.2.1) (2019-10-09) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ var _dec, _dec2, _class, _class2, _temp; | ||
import { Injectable } from '@angular/core'; | ||
import { Promise } from 'es6-promise'; | ||
import { scheduleMicroTask } from '@elastic/apm-rum-core'; | ||
export var ApmService = (_dec = Injectable({ | ||
@@ -69,3 +69,3 @@ providedIn: 'root' | ||
Promise.resolve().then(function () { | ||
scheduleMicroTask(function () { | ||
return transaction.detectFinish(); | ||
@@ -72,0 +72,0 @@ }); |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _es6Promise = require("es6-promise"); | ||
var _apmRumCore = require("@elastic/apm-rum-core"); | ||
@@ -77,3 +77,3 @@ var _dec, _dec2, _class, _class2, _temp; | ||
_es6Promise.Promise.resolve().then(function () { | ||
(0, _apmRumCore.scheduleMicroTask)(function () { | ||
return transaction.detectFinish(); | ||
@@ -80,0 +80,0 @@ }); |
138
NOTICE.txt
@@ -174,1 +174,139 @@ | ||
--- | ||
This product relies on @elastic/apm-rum-core | ||
MIT License | ||
Copyright (c) 2017-present, Elasticsearch BV | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
@elastic/apm-rum-core | ||
Copyright (c) 2017-present, Elasticsearch BV | ||
--- | ||
This product relies on error-stack-parser | ||
This is free and unencumbered software released into the public domain. | ||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
For more information, please refer to <http://unlicense.org> | ||
--- | ||
This product relies on es6-promise | ||
Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
--- | ||
This product relies on opentracing | ||
Copyright (c) 2016 Resonance Labs, Inc | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
--- | ||
This product relies on uuid | ||
The MIT License (MIT) | ||
Copyright (c) 2010-2016 Robert Kieffer and other contributors | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
{ | ||
"name": "@elastic/apm-rum-angular", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Elastic APM Real User Monitoring for Angular applications", | ||
@@ -40,4 +40,4 @@ "homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html", | ||
"dependencies": { | ||
"@elastic/apm-rum": "^4.5.1", | ||
"es6-promise": "^4.2.8" | ||
"@elastic/apm-rum": "^4.6.0", | ||
"@elastic/apm-rum-core": "^4.7.0" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "902460082e31371da206b831d18ec530d36118b5" | ||
"gitHead": "aa0625d1c4705028065cc2da451ee0f802040d92" | ||
} |
@@ -28,3 +28,3 @@ /** | ||
import { Injectable } from '@angular/core' | ||
import { Promise } from 'es6-promise' | ||
import { scheduleMicroTask } from '@elastic/apm-rum-core' | ||
@@ -109,3 +109,3 @@ @Injectable({ | ||
*/ | ||
Promise.resolve().then(() => transaction.detectFinish()) | ||
scheduleMicroTask(() => transaction.detectFinish()) | ||
} | ||
@@ -112,0 +112,0 @@ }) |
27908
+ Added@elastic/apm-rum-core@^4.7.0
- Removedes6-promise@^4.2.8
- Removedes6-promise@4.2.8(transitive)
Updated@elastic/apm-rum@^4.6.0