Bump @sentry/react from 6.19.7 to 10.8.0 in /enatega-multivendor-admin
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(10 days ago)
(9 days ago)
(9 days ago)
dependencies javascript
Bumps @sentry/react from 6.19.7 to 10.8.0.
Release notes
Sourced from @sentry/react
's releases.
10.8.0
Important Changes
feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)
This release makes the
@sentry/sveltekit
SDK 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.0
or 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
(sentryHandle
andhandleErrorWithSentry
) 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-github
for 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/browser
23.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/react
's changelog.
10.8.0
Important Changes
feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)
This release makes the
@sentry/sveltekit
SDK 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.0
or 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
(sentryHandle
andhandleErrorWithSentry
) 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-github
for 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
instrumentPrototypeMethods
option to instrument RPC methods for DurableObjects (#17424)By default,
Sentry.instrumentDurableObjectWithSentry
will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, setinstrumentPrototypeMethods
totrue
or, if performance is a concern, a list of only the methods you want to instrument:</tr></table>
... (truncated)
Commits
bd8458e
release: 10.8.0dbdddc8
Merge pull request #17481 from getsentry/prepare-release/10.8.0f5d4bd6
meta(changelog): Update changelog for 10.8.0dfdc3b0
test(profiling): Add tests for current state of profiling (#17470)895b385
fix(react): Avoid multiple name updates on navigation spans (#17438)e6e20d8
feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#17423)7e24422
Merge pull request #17472 from getsentry/master27e97b0
Merge branch 'release/10.7.0'b7e4816
release: 10.7.00bc8417
Merge 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will 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
0
0
+0
-0
Package Dependencies
@sentry/react
npm
6.19.7 → 10.8.0
Major
/enatega-multivendor-admin
Technical Details
ID: | 6725341 |
UUID: | 3376516077 |
Node ID: | PR_kwDOMgxlmc6me19R |
Host: | GitHub |
Repository: | gray-mueller/online-food-ordering-software-using-php-and-mysql |