chore(deps_prod): bump @sentry/nextjs from 8.32.0 to 10.8.0
Type: Pull Request
State: Open
Association: None
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps @sentry/nextjs from 8.32.0 to 10.8.0.
Release notes
Sourced from @sentry/nextjs's releases.
10.8.0
Important Changes
feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)
This release makes the
@sentry/sveltekitSDK compatible with SvelteKit's native observability support introduced in SvelteKit version2.31.0. If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit.We will follow up with docs how to set up the SDK soon. For now, If you're on SvelteKit version
2.31.0or newer, you can easily opt into the new feature:
Enable experimental tracing and instrumentation support in
svelte.config.js:Move your
Sentry.init()call fromsrc/hooks.server.(js|ts)to the newinstrumentation.server.(js|ts)file:// instrumentation.server.ts import * as Sentry from '@sentry/sveltekit';Sentry.init({
dsn: '...',
// rest of your config
});
The rest of your Sentry config in
hooks.server.ts(sentryHandleandhandleErrorWithSentry) should stay the same.If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously.
Thanks to the Svelte team and
@elliott-with-the-longest-name-on-githubfor implementing observability support and for reviewing our PR!Other Changes
- fix(react): Avoid multiple name updates on navigation spans (#17438)
- test(profiling): Add tests for current state of profiling (#17470)
Bundle size 📦
Path Size @sentry/browser23.59 KB @sentry/browser- with treeshaking flags22.2 KB @sentry/browser(incl. Tracing)38.94 KB @sentry/browser(incl. Tracing, Replay)76.4 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags66.43 KB
... (truncated)
Changelog
Sourced from @sentry/nextjs's changelog.
10.8.0
Important Changes
feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)
This release makes the
@sentry/sveltekitSDK compatible with SvelteKit's native observability support introduced in SvelteKit version2.31.0. If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit.We will follow up with docs how to set up the SDK soon. For now, If you're on SvelteKit version
2.31.0or newer, you can easily opt into the new feature:
Enable experimental tracing and instrumentation support in
svelte.config.js:Move your
Sentry.init()call fromsrc/hooks.server.(js|ts)to the newinstrumentation.server.(js|ts)file:// instrumentation.server.ts import * as Sentry from '@sentry/sveltekit';Sentry.init({
dsn: '...',
// rest of your config
});
The rest of your Sentry config in
hooks.server.ts(sentryHandleandhandleErrorWithSentry) should stay the same.If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously.
Thanks to the Svelte team and
@elliott-with-the-longest-name-on-githubfor implementing observability support and for reviewing our PR!Other Changes
- fix(react): Avoid multiple name updates on navigation spans (#17438)
- test(profiling): Add tests for current state of profiling (#17470)
10.7.0
Important Changes
- feat(cloudflare): Add
instrumentPrototypeMethodsoption to instrument RPC methods for DurableObjects (#17424)By default,
Sentry.instrumentDurableObjectWithSentrywill not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, setinstrumentPrototypeMethodstotrueor, if performance is a concern, a list of only the methods you want to instrument:
... (truncated)
Commits
bd8458erelease: 10.8.0dbdddc8Merge pull request #17481 from getsentry/prepare-release/10.8.0f5d4bd6meta(changelog): Update changelog for 10.8.0dfdc3b0test(profiling): Add tests for current state of profiling (#17470)895b385fix(react): Avoid multiple name updates on navigation spans (#17438)e6e20d8feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)7e24422Merge pull request #17472 from getsentry/master27e97b0Merge branch 'release/10.7.0'b7e4816release: 10.7.00bc8417Merge pull request #17471 from getsentry/prepare-release/10.7.0- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+595
-445
Package Dependencies
Technical Details
| ID: | 6175580 |
| UUID: | 2788864622 |
| Node ID: | PR_kwDOJ21lM86mOrJu |
| Host: | GitHub |
| Repository: | promptify-com/promptify-next |
| Merge State: | Unknown |