Bump @sentry/browser from 6.19.7 to 10.33.0 in /scripts/yarn
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
Bumps @sentry/browser from 6.19.7 to 10.33.0.
Release notes
Sourced from @sentry/browser's releases.
10.33.0
Important Changes
feat(core): Apply scope attributes to metrics (#18738)
You can now set attributes on the SDK's scopes which will be applied to all metrics as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.Sentry.getGlobalScope().setAttributes({ is_admin: true, auth_provider: 'google' });Sentry.withScope(scope => { scope.setAttribute('step', 'authentication');
// scope attributes
is_admin,auth_providerandstepare added Sentry.metrics.count('clicks', 1, { attributes: { activeSince: 100 } }); Sentry.metrics.gauge('timeSinceRefresh', 4, { unit: 'hour' }); });// scope attributes
is_adminandauth_providerare added Sentry.metrics.count('response_time', 283.33, { unit: 'millisecond' });feat(tracing): Add Vercel AI SDK v6 support (#18741)
The Sentry SDK now supports the Vercel AI SDK v6. Tracing and error monitoring will work automatically with the new version.
feat(wasm): Add applicationKey option for third-party error filtering (#18762)
Adds support for applying an application key to WASM stack frames that can be then used in the
thirdPartyErrorFilterIntegrationfor detection of first-party code.Usage:
Sentry.init({ integrations: [ // Integration order matters: wasmIntegration needs to be before thirdPartyErrorFilterIntegration wasmIntegration({ applicationKey: 'your-custom-application-key' }), ←───┐ thirdPartyErrorFilterIntegration({ │ behaviour: 'drop-error-if-exclusively-contains-third-party-frames', ├─ matching keys filterKeys: ['your-custom-application-key'] ←─────────────────────────┘ }), ], });Other Changes
... (truncated)
Changelog
Sourced from @sentry/browser's changelog.
10.33.0
Important Changes
feat(core): Apply scope attributes to metrics (#18738)
You can now set attributes on the SDK's scopes which will be applied to all metrics as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.Sentry.getGlobalScope().setAttributes({ is_admin: true, auth_provider: 'google' });Sentry.withScope(scope => { scope.setAttribute('step', 'authentication');
// scope attributes
is_admin,auth_providerandstepare added Sentry.metrics.count('clicks', 1, { attributes: { activeSince: 100 } }); Sentry.metrics.gauge('timeSinceRefresh', 4, { unit: 'hour' }); });// scope attributes
is_adminandauth_providerare added Sentry.metrics.count('response_time', 283.33, { unit: 'millisecond' });feat(tracing): Add Vercel AI SDK v6 support (#18741)
The Sentry SDK now supports the Vercel AI SDK v6. Tracing and error monitoring will work automatically with the new version.
feat(wasm): Add applicationKey option for third-party error filtering (#18762)
Adds support for applying an application key to WASM stack frames that can be then used in the
thirdPartyErrorFilterIntegrationfor detection of first-party code.Usage:
Sentry.init({ integrations: [ // Integration order matters: wasmIntegration needs to be before thirdPartyErrorFilterIntegration wasmIntegration({ applicationKey: 'your-custom-application-key' }), ←───┐ thirdPartyErrorFilterIntegration({ │ behaviour: 'drop-error-if-exclusively-contains-third-party-frames', ├─ matching keys filterKeys: ['your-custom-application-key'] ←─────────────────────────┘ }), ], });Other Changes
... (truncated)
Commits
fb9dd1erelease: 10.33.0b7fe9bfMerge pull request #18770 from getsentry/prepare-release/10.33.01630389meta(changelog): Update changelog for 10.33.03ff89c6test(node-integration): Remove hardcoded SDK version assertions (#18775)03546d2test(node-core): Fix wrong import in node core IPv6 integration test (#18773)6f723e0fix(test): Remove hard-coded SDK version assertion (#18771)ac45e57feat(nextjs): Print Turbopack note for deprecated webpack options (#18769)cc93c68feat(cloudflare): SupportpropagateTraceparent(#18569)46225ebfeat(wasm): Add applicationKey option for third-party error filtering (#18762)fd42f3bfix(next): Wrap all Random APIs with a safe runner (#18700)- 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)
Package Dependencies
@sentry/browser
npm
6.19.7 → 10.33.0
Major
/scripts/yarn
Technical Details
| ID: | 12716572 |
| UUID: | 3805657878 |
| Node ID: | PR_kwDOIiJjWs68xSGc |
| Host: | GitHub |
| Repository: | python-benchmark/weblate |