@sentry/nuxt 10.26.0 → 10.27.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/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"10.
|
|
1
|
+
{"type":"module","version":"10.27.0"}
|
package/build/module/module.json
CHANGED
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
captureException,
|
|
3
3
|
debug,
|
|
4
4
|
flushIfServerless,
|
|
5
|
-
getClient,
|
|
6
5
|
httpHeadersToSpanAttributes,
|
|
7
6
|
SEMANTIC_ATTRIBUTE_SENTRY_OP,
|
|
8
7
|
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
|
|
@@ -94,10 +93,8 @@ function getSpanAttributes(event, middlewareName, hookName, index) {
|
|
|
94
93
|
if (event.path) {
|
|
95
94
|
attributes["http.route"] = event.path;
|
|
96
95
|
}
|
|
97
|
-
const client = getClient();
|
|
98
|
-
const sendDefaultPii = client?.getOptions().sendDefaultPii ?? false;
|
|
99
96
|
const headers = event.node?.req?.headers || {};
|
|
100
|
-
const headerAttributes = httpHeadersToSpanAttributes(headers
|
|
97
|
+
const headerAttributes = httpHeadersToSpanAttributes(headers);
|
|
101
98
|
Object.assign(attributes, headerAttributes);
|
|
102
99
|
return attributes;
|
|
103
100
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapMiddlewareHandler.d.ts","sourceRoot":"","sources":["../../../../src/runtime/hooks/wrapMiddlewareHandler.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wrapMiddlewareHandler.d.ts","sourceRoot":"","sources":["../../../../src/runtime/hooks/wrapMiddlewareHandler.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAInB,MAAM,IAAI,CAAC;AAEZ;;;;;GAKG;AACH,wBAAgB,+BAA+B,CAAC,QAAQ,SAAS,YAAY,GAAG,kBAAkB,EAChG,OAAO,EAAE,QAAQ,EACjB,QAAQ,EAAE,MAAM,GACf,QAAQ,CAuBV"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/nuxt",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.27.0",
|
|
4
4
|
"description": "Official Sentry SDK for Nuxt",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/nuxt",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@nuxt/kit": "^3.13.2",
|
|
52
|
-
"@sentry/browser": "10.
|
|
53
|
-
"@sentry/cloudflare": "10.
|
|
54
|
-
"@sentry/core": "10.
|
|
55
|
-
"@sentry/node": "10.
|
|
52
|
+
"@sentry/browser": "10.27.0",
|
|
53
|
+
"@sentry/cloudflare": "10.27.0",
|
|
54
|
+
"@sentry/core": "10.27.0",
|
|
55
|
+
"@sentry/node": "10.27.0",
|
|
56
56
|
"@sentry/rollup-plugin": "^4.3.0",
|
|
57
57
|
"@sentry/vite-plugin": "^4.3.0",
|
|
58
|
-
"@sentry/vue": "10.
|
|
58
|
+
"@sentry/vue": "10.27.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@nuxt/module-builder": "^0.8.4",
|