Snyk has created this PR to upgrade @sentry/node from 8.22.0 to 8.25.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 3 versions ahead of your current version.
The recommended version was released on 21 days ago.
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 bundleSizeOptimizations vite options to integration (#13250)
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1
database, use the instrumentD1WithSentry method as follows:
// env.DB is the D1 DB binding configured in your `wrangler.toml`constdb=instrumentD1WithSentry(env.DB);// Now you can use the database as usualawaitdb.prepare('SELECT * FROM table WHERE id = ?').bind(1).run();
Other Changes
feat(cloudflare): Allow users to pass handler to sentryPagesPlugin (#13192)
feat(cloudflare): Add plugin for cloudflare pages (#13123)
This release adds support for Cloudflare Pages to @ sentry/cloudflare, our SDK for the Cloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.
// functions/_middleware.jsimport*asSentryfrom'@ sentry/cloudflare';exportconstonRequest=Sentry.sentryPagesPlugin({dsn: __PUBLIC_DSN__,// Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.tracesSampleRate: 1.0,});
Snyk has created this PR to upgrade @sentry/node from 8.22.0 to 8.25.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 3 versions ahead of your current version.
The recommended version was released on 21 days ago.
Release notes
Package name: @sentry/node
Important Changes
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
bundleSizeOptimizations
vite options to integration (#13250)getTraceMetaTags
function (#13201)useOperationNameForRootSpan
tographqlIntegration
(#13248)wrapServerRouteWithSentry
wrapper (#13247)context
overevent
(#13266)defaultIntegrations: undefined
(#13261)Important Changes
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1
database, use the
instrumentD1WithSentry
method as follows:Other Changes
getTraceData
function (#13134)onBeforeResponse
middleware to enable distributed tracing (#13221)window
global scopes (#13156)\_loadAndRenderDialog
(#13203)Work in this release was contributed by @ horochx. Thank you for your contribution!
Important Changes
This release adds support for Cloudflare Pages to
@ sentry/cloudflare
, our SDK for theCloudflare Workers JavaScript Runtime! 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
internal_sdk_error
client report happens (#13072)globalThis
for code injection (#13132)Bundle size π¦
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: