@voltro/plugin-sentry 0.32.0 → 0.34.0
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/CHANGELOG.md +2006 -0
- package/THIRD-PARTY-NOTICES.md +1 -29
- package/package.json +7 -6
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -5,7 +5,7 @@ property of its respective copyright holders and is used under the terms of
|
|
|
5
5
|
its license. This file is provided for attribution; it grants no rights in
|
|
6
6
|
@voltro/plugin-sentry itself, which is proprietary (see LICENSE).
|
|
7
7
|
|
|
8
|
-
Generated from the resolved runtime dependency closure (
|
|
8
|
+
Generated from the resolved runtime dependency closure (85 packages).
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -459,34 +459,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
459
459
|
SOFTWARE.
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
## @effect/opentelemetry@0.64.0
|
|
463
|
-
|
|
464
|
-
License: MIT
|
|
465
|
-
|
|
466
|
-
```
|
|
467
|
-
MIT License
|
|
468
|
-
|
|
469
|
-
Copyright (c) 2020-present The Contributors
|
|
470
|
-
|
|
471
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
472
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
473
|
-
in the Software without restriction, including without limitation the rights
|
|
474
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
475
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
476
|
-
furnished to do so, subject to the following conditions:
|
|
477
|
-
|
|
478
|
-
The above copyright notice and this permission notice shall be included in all
|
|
479
|
-
copies or substantial portions of the Software.
|
|
480
|
-
|
|
481
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
482
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
483
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
484
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
485
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
486
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
487
|
-
SOFTWARE.
|
|
488
|
-
```
|
|
489
|
-
|
|
490
462
|
## @effect/platform-node@0.108.0
|
|
491
463
|
|
|
492
464
|
License: MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voltro/plugin-sentry",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Deep Sentry integration — error tracking correlated to the distributed trace, breadcrumbs from the framework log sink, and (opt-in) performance traces routed from the framework's OTel tracer via @sentry/node in OTel-consumer mode. Errors carry the active trace_id + span_id + the request's recent log lines.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"voltro",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"types": "./dist/web.d.ts",
|
|
28
28
|
"import": "./dist/web.js",
|
|
29
29
|
"default": "./dist/web.js"
|
|
30
|
-
}
|
|
30
|
+
},
|
|
31
|
+
"./package.json": "./package.json"
|
|
31
32
|
},
|
|
32
33
|
"main": "./dist/index.js",
|
|
33
34
|
"module": "./dist/index.js",
|
|
@@ -37,10 +38,10 @@
|
|
|
37
38
|
"node": ">=24.0.0"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@voltro/client": "0.
|
|
41
|
-
"@voltro/env": "0.
|
|
42
|
-
"@voltro/logger": "0.
|
|
43
|
-
"@voltro/protocol": "0.
|
|
41
|
+
"@voltro/client": "0.34.0",
|
|
42
|
+
"@voltro/env": "0.34.0",
|
|
43
|
+
"@voltro/logger": "0.34.0",
|
|
44
|
+
"@voltro/protocol": "0.34.0"
|
|
44
45
|
},
|
|
45
46
|
"optionalDependencies": {
|
|
46
47
|
"@sentry/node": "^10.68.0",
|