chore(deps): bump the sentry-dependencies group across 1 directory with 8 updates
Bumps the sentry-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @sentry/babel-plugin-component-annotate | 2.16.1 |
2.22.0 |
| @sentry/core | 8.24.0 |
8.25.0 |
| @sentry/node | 8.24.0 |
8.25.0 |
| @sentry/react | 8.24.0 |
8.25.0 |
| @sentry/status-page-list | 0.3.0 |
0.4.0 |
| @sentry/profiling-node | 8.24.0 |
8.25.0 |
Updates @sentry/babel-plugin-component-annotate from 2.16.1 to 2.22.0
Release notes
Sourced from @sentry/babel-plugin-component-annotate's releases.
2.22.0
- deps: Bump
@sentry/clito2.33.1(#581)- feat: Add
bundleSizeOptimizations.excludeTracingoption as alias to deprecatedbundleSizeOptimizations.excludePerformanceMonitoring(#582)- fix(vite-plugin): Ensure
postorder ofsentry-vite-release-injection-pluginto avoid breaking@rollup/plugin-commonjsstep (#578)2.21.1
- fix: Do not delete files before all upload tasks executed (#572)
Work in this release contributed by
@tyouzu1. Thank you for your contribution!2.21.0
- fix: Use
sequentialandpostorder for vite artifact deletion (#568)- feat: Add option to disable sourcemaps (#561)
Work in this release contributed by
@tyouzu1. Thank you for your contribution!2.20.1
- feat(telemetry): Collect whether applicationKey is set (#559)
- fix: Wait for tasks depending on sourcemaps before deleting (#557)
2.20.0
- feat: Export esbuild plugin as default (#555)
2.19.0
- feat: Don't use word "error" in log message about telemetry (#548)
- feat(core): Detect releases from more providers (#549)
- fix: Always delete files when
sourcemaps.filesToDeleteAfterUploadis set (#547)- fix(vite): Fix environment variable loading issue for Windows (#545)
Work in this release contributed by
@Rassilion, and@mateusz-daniluk-xtb. Thank you for your contributions!2.18.0
- feat: Add
applicationKeyoption to identify application code from within the SDK (#540)- feat: Allow passing of meta-framework as telemetry data (#539)
- feat: Promote experimental
moduleMetadataoption to stable (#538)- fix(esbuild): Invert warning about
bundle: true(#542)2.17.0
- feat: Deprecate and noop
cleanArtifacts(#525)- feat: Support Heroku env vars when inferring release name (#517)
- fix(docs): Update pnpm install commands (#516)
- misc(esbuild): Log warning when attempting to inject debug IDs with esbuild
bundleoption active (#526)Work in this release contributed by
@et84121, and@duailibe. Thank you for your contributions!
Changelog
Sourced from @sentry/babel-plugin-component-annotate's changelog.
2.22.0
- deps: Bump
@sentry/clito2.33.1(#581)- feat: Add
bundleSizeOptimizations.excludeTracingoption as alias to deprecatedbundleSizeOptimizations.excludePerformanceMonitoring(#582)- fix(vite-plugin): Ensure
postorder ofsentry-vite-release-injection-pluginto avoid breaking@rollup/plugin-commonjsstep (#578)2.21.1
- fix: Do not delete files before all upload tasks executed (#572)
Work in this release contributed by
@tyouzu1. Thank you for your contribution!2.21.0
- fix: Use
sequentialandpostorder for vite artifact deletion (#568)- feat: Add option to disable sourcemaps (#561)
Work in this release contributed by
@tyouzu1. Thank you for your contribution!2.20.1
- feat(telemetry): Collect whether applicationKey is set (#559)
- fix: Wait for tasks depending on sourcemaps before deleting (#557)
2.20.0
- feat: Export esbuild plugin as default (#555)
2.19.0
- feat: Don't use word "error" in log message about telemetry (#548)
- feat(core): Detect releases from more providers (#549)
- fix: Always delete files when
sourcemaps.filesToDeleteAfterUploadis set (#547)- fix(vite): Fix environment variable loading issue for Windows (#545)
Work in this release contributed by
@Rassilion, and@mateusz-daniluk-xtb. Thank you for your contributions!2.18.0
- feat: Add
applicationKeyoption to identify application code from within the SDK (#540)- feat: Allow passing of meta-framework as telemetry data (#539)
- feat: Promote experimental
moduleMetadataoption to stable (#538)- fix(esbuild): Invert warning about
bundle: true(#542)2.17.0
... (truncated)
Commits
6c7d2f9release: 2.22.0912e3f9meta: Update changelog for 2.22.0087b0c6feat: AddbundleSizeOptimizations.excludeTracingoption as alias to depreca...6867395fix(vite-plugin): Ensurepostorder of `sentry-vite-release-injection-plugi...a11470fdeps: Bump@sentry/clito2.33.1(#581)808f52aci: Update actions/upload-artifact to v4 (#580)6f209ccRevert "ci: dependency review action" (#577)12b2a39ci: dependency review action (#576)8003736Merge branch 'release/2.21.1'a05ce77release: 2.21.1- Additional commits viewable in compare view
Updates @sentry/core from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/core's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/core's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Updates @sentry/node from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/node's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/node's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Updates @sentry/react from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/react's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/react's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Updates @sentry/status-page-list from 0.3.0 to 0.4.0
Release notes
Sourced from @sentry/status-page-list's releases.
0.4.0
This release adds entries for Jotform, Paubox, and SendGrid.
This release improves the entry for Vercel
- feat: Add more entries (#27)
Thanks to
@houserx-jmccfor the suggestions on the new entries.
Changelog
Sourced from @sentry/status-page-list's changelog.
0.4.0
This release adds entries for Jotform, Paubox, and SendGrid.
This release improves the entry for Vercel
- feat: Add more entries (#27)
Thanks to
@houserx-jmccfor the suggestions on the new entries.
Commits
Updates @sentry/types from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/types's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/types's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Updates @sentry/utils from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/utils's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/utils's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Updates @sentry/profiling-node from 8.24.0 to 8.25.0
Release notes
Sourced from @sentry/profiling-node's releases.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Changelog
Sourced from @sentry/profiling-node's changelog.
8.25.0
Important Changes
- Alpha release of Official Solid Start SDK
This release contains the alpha version of
@sentry/solidstart, our SDK for Solid Start! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Other Changes
- feat(astro): Add
bundleSizeOptimizationsvite options to integration (#13250)- feat(astro): Always add BrowserTracing (#13244)
- feat(core): Add
getTraceMetaTagsfunction (#13201)- feat(nestjs): Automatic instrumentation of nestjs exception filters (#13230)
- feat(node): Add
useOperationNameForRootSpantographqlIntegration(#13248)- feat(sveltekit): Add
wrapServerRouteWithSentrywrapper (#13247)- fix(aws-serverless): Extract sentry trace data from handler
contextoverevent(#13266)- fix(browser): Initialize default integration if
defaultIntegrations: undefined(#13261)- fix(utils): Streamline IP capturing on incoming requests (#13272)
Commits
efadbf2release: 8.25.0ccdc390Merge pull request #13284 from getsentry/prepare-release/8.25.0476a51bmeta(changelog): Update changelog for 8.25.0a67a69efeat(sveltekit): AddwrapServerRouteWithSentrywrapper (#13247)21830b1ci: Streamline CI browser playwright tests (#13276)adf7b40fix(utils): Streamline IP capturing on incoming requests (#13272)0ca8821feat(node): AdduseOperationNameForRootSpantographqlIntegration(#13248)b17ac59fix(aws-serverless): Extract sentry trace data from handlercontextover `e...6cbc416ref(solidstart): Use core's getTraceMetaTags over own implementation (#13274)6a08d90chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions