@sentry/nuxt 10.55.0 → 10.56.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.56.0"}
|
package/build/module/module.json
CHANGED
|
@@ -105,7 +105,7 @@ function getSpanAttributes(event, middlewareName, hookName, index) {
|
|
|
105
105
|
if (!Object.keys(headers).length && eventH3v2?.req?.headers instanceof Headers) {
|
|
106
106
|
headers = Object.fromEntries(eventH3v2?.req.headers.entries());
|
|
107
107
|
}
|
|
108
|
-
const headerAttributes = httpHeadersToSpanAttributes(headers, getClient()?.
|
|
108
|
+
const headerAttributes = httpHeadersToSpanAttributes(headers, getClient()?.getDataCollectionOptions() ?? false);
|
|
109
109
|
Object.assign(attributes, headerAttributes);
|
|
110
110
|
return attributes;
|
|
111
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/nuxt",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.56.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",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@nuxt/kit": "^3.13.2",
|
|
58
|
-
"@sentry/browser": "10.
|
|
59
|
-
"@sentry/cloudflare": "10.
|
|
60
|
-
"@sentry/core": "10.
|
|
61
|
-
"@sentry/node": "10.
|
|
62
|
-
"@sentry/node-core": "10.
|
|
58
|
+
"@sentry/browser": "10.56.0",
|
|
59
|
+
"@sentry/cloudflare": "10.56.0",
|
|
60
|
+
"@sentry/core": "10.56.0",
|
|
61
|
+
"@sentry/node": "10.56.0",
|
|
62
|
+
"@sentry/node-core": "10.56.0",
|
|
63
63
|
"@sentry/rollup-plugin": "^5.3.0",
|
|
64
64
|
"@sentry/vite-plugin": "^5.3.0",
|
|
65
|
-
"@sentry/vue": "10.
|
|
65
|
+
"@sentry/vue": "10.56.0",
|
|
66
66
|
"local-pkg": "^1.1.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|