@sentry/nuxt 10.62.0 → 10.63.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 +1 -1
- package/build/module/module.json +1 -1
- package/build/types/client/piniaIntegration.d.ts +3 -1
- package/build/types/client/piniaIntegration.d.ts.map +1 -1
- package/build/types/client/vueIntegration.d.ts +3 -1
- package/build/types/client/vueIntegration.d.ts.map +1 -1
- package/package.json +7 -7
package/build/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"10.
|
|
1
|
+
{"type":"module","version":"10.63.0"}
|
package/build/module/module.json
CHANGED
|
@@ -8,5 +8,7 @@ export declare const piniaIntegration: (pinia: unknown, options?: Partial<{
|
|
|
8
8
|
addBreadcrumbs: boolean;
|
|
9
9
|
actionTransformer: (action: string) => any;
|
|
10
10
|
stateTransformer: (state: Record<string, unknown>) => any;
|
|
11
|
-
}> | undefined) => import("@sentry/core").Integration
|
|
11
|
+
}> | undefined) => import("@sentry/core").Integration & {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
12
14
|
//# sourceMappingURL=piniaIntegration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"piniaIntegration.d.ts","sourceRoot":"","sources":["../../../src/client/piniaIntegration.ts"],"names":[],"mappings":"AA+BA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"piniaIntegration.d.ts","sourceRoot":"","sources":["../../../src/client/piniaIntegration.ts"],"names":[],"mappings":"AA+BA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;CAAuC,CAAC"}
|
|
@@ -6,6 +6,8 @@ export type GlobalObjWithIntegrationOptions = {
|
|
|
6
6
|
/**
|
|
7
7
|
* Add additional error and span instrumentation specialized for Vue.
|
|
8
8
|
*/
|
|
9
|
-
export declare const vueIntegration: (options?: Options | undefined) => import("@sentry/core").Integration
|
|
9
|
+
export declare const vueIntegration: (options?: Options | undefined) => import("@sentry/core").Integration & {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
10
12
|
export {};
|
|
11
13
|
//# sourceMappingURL=vueIntegration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vueIntegration.d.ts","sourceRoot":"","sources":["../../../src/client/vueIntegration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEzD,KAAK,OAAO,GAAG,IAAI,CAAC,qBAAqB,EAAE,KAAK,GAAG,KAAK,CAAC,CAAC;AAK1D,MAAM,MAAM,+BAA+B,GAAG;IAAE,gCAAgC,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAM7F;;GAEG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"vueIntegration.d.ts","sourceRoot":"","sources":["../../../src/client/vueIntegration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEzD,KAAK,OAAO,GAAG,IAAI,CAAC,qBAAqB,EAAE,KAAK,GAAG,KAAK,CAAC,CAAC;AAK1D,MAAM,MAAM,+BAA+B,GAAG;IAAE,gCAAgC,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAM7F;;GAEG;AACH,eAAO,MAAM,cAAc;;CAQzB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/nuxt",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.63.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.63.0",
|
|
59
|
+
"@sentry/cloudflare": "10.63.0",
|
|
60
|
+
"@sentry/core": "10.63.0",
|
|
61
|
+
"@sentry/node": "10.63.0",
|
|
62
|
+
"@sentry/node-core": "10.63.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.63.0",
|
|
66
66
|
"local-pkg": "^1.1.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|