Skip to content

Commit 98fda49

Browse files
authored
deps: Bump bundler plugins to 2.20.1 (#12641)
1 parent c7f21ca commit 98fda49

File tree

9 files changed

+112
-33
lines changed

9 files changed

+112
-33
lines changed

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@sentry/node": "8.12.0",
6767
"@sentry/types": "8.12.0",
6868
"@sentry/utils": "8.12.0",
69-
"@sentry/vite-plugin": "^2.19.0"
69+
"@sentry/vite-plugin": "^2.20.1"
7070
},
7171
"devDependencies": {
7272
"astro": "^3.5.0",

packages/astro/src/integration/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
4848
sourcemaps: {
4949
assets: uploadOptions.assets ?? [getSourcemapsAssetsGlob(config)],
5050
},
51+
_metaOptions: {
52+
telemetry: {
53+
metaFramework: 'astro',
54+
},
55+
},
5156
debug: options.debug ?? false,
5257
}),
5358
],

packages/astro/test/integration/index.test.ts

+20
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ describe('sentryAstro integration', () => {
6060
sourcemaps: {
6161
assets: ['out/**/*'],
6262
},
63+
_metaOptions: {
64+
telemetry: {
65+
metaFramework: 'astro',
66+
},
67+
},
6368
});
6469
});
6570

@@ -80,6 +85,11 @@ describe('sentryAstro integration', () => {
8085
sourcemaps: {
8186
assets: ['dist/**/*'],
8287
},
88+
_metaOptions: {
89+
telemetry: {
90+
metaFramework: 'astro',
91+
},
92+
},
8393
});
8494
});
8595

@@ -107,6 +117,11 @@ describe('sentryAstro integration', () => {
107117
sourcemaps: {
108118
assets: ['{.vercel,dist}/**/*'],
109119
},
120+
_metaOptions: {
121+
telemetry: {
122+
metaFramework: 'astro',
123+
},
124+
},
110125
});
111126
});
112127

@@ -139,6 +154,11 @@ describe('sentryAstro integration', () => {
139154
sourcemaps: {
140155
assets: ['dist/server/**/*, dist/client/**/*'],
141156
},
157+
_metaOptions: {
158+
telemetry: {
159+
metaFramework: 'astro',
160+
},
161+
},
142162
});
143163
});
144164

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@sentry/types": "8.12.0",
7575
"@sentry/utils": "8.12.0",
7676
"@sentry/vercel-edge": "8.12.0",
77-
"@sentry/webpack-plugin": "2.19.0",
77+
"@sentry/webpack-plugin": "2.20.1",
7878
"chalk": "3.0.0",
7979
"resolve": "1.22.8",
8080
"rollup": "3.29.4",

packages/nextjs/src/config/webpackPluginOptions.ts

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ export function getWebpackPluginOptions(
9696
},
9797
_metaOptions: {
9898
loggerPrefixOverride: `[@sentry/nextjs - ${prefixInsert}]`,
99+
telemetry: {
100+
metaFramework: 'nextjs',
101+
},
99102
},
100103
...sentryBuildOptions.unstable_sentryWebpackPluginOptions,
101104
};

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sentry/opentelemetry": "8.12.0",
3737
"@sentry/types": "8.12.0",
3838
"@sentry/utils": "8.12.0",
39-
"@sentry/vite-plugin": "2.19.0",
39+
"@sentry/vite-plugin": "2.20.1",
4040
"@sentry/vue": "8.12.0"
4141
},
4242
"devDependencies": {

packages/sveltekit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sentry/svelte": "8.12.0",
4444
"@sentry/types": "8.12.0",
4545
"@sentry/utils": "8.12.0",
46-
"@sentry/vite-plugin": "2.19.0",
46+
"@sentry/vite-plugin": "2.20.1",
4747
"magic-string": "0.30.7",
4848
"magicast": "0.2.8",
4949
"sorcery": "0.11.0"

packages/sveltekit/src/vite/sourceMaps.ts

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ export async function makeCustomSentryVitePlugins(options?: CustomSentryVitePlug
5959
release: {
6060
name: releaseName,
6161
},
62+
_metaOptions: {
63+
telemetry: {
64+
metaFramework: 'sveltekit',
65+
},
66+
},
6267
};
6368

6469
const mergedOptions = {

yarn.lock

+75-29
Original file line numberDiff line numberDiff line change
@@ -8016,10 +8016,10 @@
80168016
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.16.0.tgz#c831713b85516fb3f9da2985836ddf444dc634e6"
80178017
integrity sha512-+uy1qPkA5MSNgJ0L9ur/vNTydfdHwHnBX2RQ+0thsvkqf90fU788YjkkXwUiBBNuqNyI69JiOW6frixAWy7oUg==
80188018

8019-
"@sentry/babel-plugin-component-annotate@2.19.0":
8020-
version "2.19.0"
8021-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.19.0.tgz#70dcccb336bcec24148e1c9cd4e37724cebf5673"
8022-
integrity sha512-N2k8cMYu/7X6mzAH5j6bMeNcXQBJLL0lVAF63TDS57hUiT1v2uEqbeYFdH2CZBHb2LepLbMRXmvErIwy76FLTw==
8019+
"@sentry/babel-plugin-component-annotate@2.20.1":
8020+
version "2.20.1"
8021+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.20.1.tgz#204c63ed006a048f48f633876e1b8bacf87a9722"
8022+
integrity sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==
80238023

80248024
80258025
version "2.16.0"
@@ -8035,13 +8035,13 @@
80358035
magic-string "0.27.0"
80368036
unplugin "1.0.1"
80378037

8038-
"@sentry/bundler-plugin-core@2.19.0":
8039-
version "2.19.0"
8040-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.19.0.tgz#c21935ff5aea9daccfa4c9e0db405aecdec292f6"
8041-
integrity sha512-PGTwpue2k4HnLlCuvLeg+cILPWHJorzheNq8KVlXed8mpb8kxKeY9EWQFxBqPS+XyktOMAxZmCMZfKdnHNaJVQ==
8038+
"@sentry/bundler-plugin-core@2.20.1":
8039+
version "2.20.1"
8040+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.20.1.tgz#c9dd35e2177a4c22ecf675558eb84fbc2607e465"
8041+
integrity sha512-6ipbmGzHekxeRCbp7eoefr6bdd/lW4cNA9eNnrmd9+PicubweGaZZbH2NjhFHsaxzgOezwipDHjrTaap2kTHgw==
80428042
dependencies:
80438043
"@babel/core" "^7.18.5"
8044-
"@sentry/babel-plugin-component-annotate" "2.19.0"
8044+
"@sentry/babel-plugin-component-annotate" "2.20.1"
80458045
"@sentry/cli" "^2.22.3"
80468046
dotenv "^16.3.1"
80478047
find-up "^5.0.0"
@@ -8103,12 +8103,12 @@
81038103
"@sentry/cli-win32-i686" "2.32.1"
81048104
"@sentry/cli-win32-x64" "2.32.1"
81058105

8106-
"@sentry/vite-plugin@2.19.0", "@sentry/vite-plugin@^2.19.0":
8107-
version "2.19.0"
8108-
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.19.0.tgz#c7938fb13eee15036963b87d7b12c4fc851e488b"
8109-
integrity sha512-xmntz/bvRwhhU9q2thZas1vQQch9CLMyD8oCfYlNqN57t5XKhIs2dsCU/uS7HCnxIXuuUb/cZtIS7AXVg16fFA==
8106+
"@sentry/vite-plugin@2.20.1", "@sentry/vite-plugin@^2.20.1":
8107+
version "2.20.1"
8108+
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.20.1.tgz#80d5639fca3f68fbf81c316883272ffb34dbc544"
8109+
integrity sha512-IOYAJRcV+Uqn0EL8rxcoCvE77PbtGzKjP+B6iIgDZ229AWbpfbpWY8zHCcufwdDzb5PtgOhWWHT74iAsNyij/A==
81108110
dependencies:
8111-
"@sentry/bundler-plugin-core" "2.19.0"
8111+
"@sentry/bundler-plugin-core" "2.20.1"
81128112
unplugin "1.0.1"
81138113

81148114
@@ -8120,12 +8120,12 @@
81208120
unplugin "1.0.1"
81218121
uuid "^9.0.0"
81228122

8123-
"@sentry/webpack-plugin@2.19.0":
8124-
version "2.19.0"
8125-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.19.0.tgz#e2c011c15b9aed16916257a0eb883d0e1839d783"
8126-
integrity sha512-+TtwOAycYHX8uO/qGI81dFLW6opg4b/SZ/oJSC2K0sf8GUow6rv8RKcuzl4oPj3/QF1fuwsH7n8QCXm1XDMRdA==
8123+
"@sentry/webpack-plugin@2.20.1":
8124+
version "2.20.1"
8125+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.20.1.tgz#285d325a0a1bd0a534126b97e0190da9486ff7f6"
8126+
integrity sha512-U6LzoE09Ndt0OCWROoRaZqqIHGxyMRdKpBhbqoBqyyfVwXN/zGW3I/cWZ1e8rreiKFj+2+c7+X0kOS+NGMTUrg==
81278127
dependencies:
8128-
"@sentry/bundler-plugin-core" "2.19.0"
8128+
"@sentry/bundler-plugin-core" "2.20.1"
81298129
unplugin "1.0.1"
81308130
uuid "^9.0.0"
81318131

@@ -9485,8 +9485,17 @@
94859485
dependencies:
94869486
"@types/unist" "*"
94879487

9488-
"@types/history-4@npm:@types/[email protected]", "@types/history-5@npm:@types/[email protected]", "@types/history@*":
9489-
name "@types/history-4"
9488+
"@types/history-4@npm:@types/[email protected]":
9489+
version "4.7.8"
9490+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9491+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9492+
9493+
"@types/history-5@npm:@types/[email protected]":
9494+
version "4.7.8"
9495+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
9496+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
9497+
9498+
"@types/history@*":
94909499
version "4.7.8"
94919500
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
94929501
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -9845,7 +9854,15 @@
98459854
"@types/history" "^3"
98469855
"@types/react" "*"
98479856

9848-
"@types/react-router-4@npm:@types/[email protected]", "@types/react-router-5@npm:@types/[email protected]":
9857+
"@types/react-router-4@npm:@types/[email protected]":
9858+
version "5.1.14"
9859+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
9860+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
9861+
dependencies:
9862+
"@types/history" "*"
9863+
"@types/react" "*"
9864+
9865+
"@types/react-router-5@npm:@types/[email protected]":
98499866
version "5.1.14"
98509867
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
98519868
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -28989,8 +29006,7 @@ react-is@^18.0.0:
2898929006
dependencies:
2899029007
"@remix-run/router" "1.0.2"
2899129008

28992-
"react-router-6@npm:[email protected]", [email protected]:
28993-
name react-router-6
29009+
"react-router-6@npm:[email protected]":
2899429010
version "6.3.0"
2899529011
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
2899629012
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
@@ -29005,6 +29021,13 @@ react-router-dom@^6.2.2:
2900529021
history "^5.2.0"
2900629022
react-router "6.3.0"
2900729023

29024+
29025+
version "6.3.0"
29026+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
29027+
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
29028+
dependencies:
29029+
history "^5.2.0"
29030+
2900829031
react@^18.0.0:
2900929032
version "18.0.0"
2901029033
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
@@ -31514,8 +31537,7 @@ string-template@~0.2.1:
3151431537
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3151531538
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3151631539

31517-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31518-
name string-width-cjs
31540+
"string-width-cjs@npm:string-width@^4.2.0":
3151931541
version "4.2.3"
3152031542
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3152131543
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31541,6 +31563,15 @@ string-width@^2.1.0:
3154131563
is-fullwidth-code-point "^2.0.0"
3154231564
strip-ansi "^4.0.0"
3154331565

31566+
string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31567+
version "4.2.3"
31568+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31569+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31570+
dependencies:
31571+
emoji-regex "^8.0.0"
31572+
is-fullwidth-code-point "^3.0.0"
31573+
strip-ansi "^6.0.1"
31574+
3154431575
string-width@^5.0.1, string-width@^5.1.2:
3154531576
version "5.1.2"
3154631577
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -31636,7 +31667,14 @@ stringify-object@^3.2.1:
3163631667
is-obj "^1.0.1"
3163731668
is-regexp "^1.0.0"
3163831669

31639-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31670+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31671+
version "6.0.1"
31672+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31673+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31674+
dependencies:
31675+
ansi-regex "^5.0.1"
31676+
31677+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3164031678
version "6.0.1"
3164131679
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3164231680
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34750,8 +34788,7 @@ workerpool@^6.4.0:
3475034788
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
3475134789
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
3475234790

34753-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
34754-
name wrap-ansi-cjs
34791+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3475534792
version "7.0.0"
3475634793
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3475734794
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -34769,6 +34806,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3476934806
string-width "^4.1.0"
3477034807
strip-ansi "^6.0.0"
3477134808

34809+
wrap-ansi@^7.0.0:
34810+
version "7.0.0"
34811+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34812+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34813+
dependencies:
34814+
ansi-styles "^4.0.0"
34815+
string-width "^4.1.0"
34816+
strip-ansi "^6.0.0"
34817+
3477234818
wrap-ansi@^8.1.0:
3477334819
version "8.1.0"
3477434820
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)